Color Hex Logo

#594592 Color Hex

#594592
(89,69,146)
0 Favorites   0 Comments

Color spaces of #594592

RGB 8969146
HSL0.710.360.42
HSV256°53°57°
CMYK 0.390.530.00   0.43
XYZ11.43638.455428.2234
Yxy8.45540.23770.1757
Hunter Lab29.078219.3164-37.1924
CIE-Lab34.913927.3857-39.7379

#594592 color RGB value is (89,69,146).

#594592 hex color red value is 89, green value is 69 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #594592 hue: 0.71 , saturation: 0.36 and the lightness value of 594592 is 0.42.

The process color (four color CMYK) of #594592 color hex is 0.39, 0.53, 0.00, 0.43. Web safe color of #594592 is #663399. Color #594592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000101 10010010
Octal 131 105 222
Decimal 89 69 146
Hex 59 45 92

RGB Percentages of Color #594592

%29.28
%22.70
%48.03

CMYK Percentages of Color #594592

%39
%53
%0
%43

Triadic Colors of #594592

#594592 #925945 #459259

Analogous Colors of #594592

#594592 #804592 #455892

Monochromatic Colors of #594592

#594592

Complementary Color

#594592 #7e9245

#594592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594592 Color CSS Codes

.mybgcolor {background-color:#594592; } 
.myforecolor {color:#594592; }
.mybordercolor {border:3px solid #594592; }

#594592 Text Font Color

<p style="color:#594592">Text here</p>

This sample text font color is #594592
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#594592 Background Color

<div style="background-color:#594592">
Div content here</div>

This div background color is #594592


#594592 Border Color

<div style="border:3px solid #594592">
Div here</div>

This div border color is #594592


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,69,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594592; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594592;
  -webkit-box-shadow: 1px 1px 3px 2px #594592;
  box-shadow:         1px 1px 3px 2px #594592; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,69,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #594592">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #594592;
  -webkit-box-shadow: 1px 1px 3px 2px #594592;
  box-shadow:         1px 1px 3px 2px #594592;">
Div content here</div>

This div box has shadow with color #594592


Comments

No comments written yet.

Please login to write comment.