Color Hex Logo

#594287 Color Hex

#594287
(89,66,135)
0 Favorites   0 Comments

Color spaces of #594287

RGB 8966135
HSL0.720.340.39
HSV260°51°53°
CMYK 0.340.510.00   0.47
XYZ10.44127.769523.8710
Yxy7.76950.24810.1846
Hunter Lab27.873818.0848-31.2640
CIE-Lab33.498226.1101-35.2545

#594287 color RGB value is (89,66,135).

#594287 hex color red value is 89, green value is 66 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #594287 hue: 0.72 , saturation: 0.34 and the lightness value of 594287 is 0.39.

The process color (four color CMYK) of #594287 color hex is 0.34, 0.51, 0.00, 0.47. Web safe color of #594287 is #663399. Color #594287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 10000111
Octal 131 102 207
Decimal 89 66 135
Hex 59 42 87

RGB Percentages of Color #594287

%30.69
%22.76
%46.55

CMYK Percentages of Color #594287

%34
%51
%0
%47

Triadic Colors of #594287

#594287 #875942 #428759

Analogous Colors of #594287

#594287 #7c4287 #424d87

Monochromatic Colors of #594287

#594287

Complementary Color

#594287 #708742

#594287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594287 Color CSS Codes

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

#594287 Text Font Color

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

This sample text font color is #594287
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.


#594287 Background Color

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

This div background color is #594287


#594287 Border Color

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

This div border color is #594287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594287


Comments

No comments written yet.

Please login to write comment.