Color Hex Logo

#594788 Color Hex

#594788
(89,71,136)
0 Favorites   0 Comments

Color spaces of #594788

RGB 8971136
HSL0.710.310.41
HSV257°48°53°
CMYK 0.350.480.00   0.47
XYZ10.81708.407924.3453
Yxy8.40790.24830.1930
Hunter Lab28.996415.8452-29.4823
CIE-Lab34.818323.2588-33.7718

#594788 color RGB value is (89,71,136).

#594788 hex color red value is 89, green value is 71 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #594788 hue: 0.71 , saturation: 0.31 and the lightness value of 594788 is 0.41.

The process color (four color CMYK) of #594788 color hex is 0.35, 0.48, 0.00, 0.47. Web safe color of #594788 is #663399. Color #594788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000111 10001000
Octal 131 107 210
Decimal 89 71 136
Hex 59 47 88

RGB Percentages of Color #594788

%30.07
%23.99
%45.95

CMYK Percentages of Color #594788

%35
%48
%0
%47

Triadic Colors of #594788

#594788 #885947 #478859

Analogous Colors of #594788

#594788 #7a4788 #475688

Monochromatic Colors of #594788

#594788

Complementary Color

#594788 #768847

#594788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594788 Color CSS Codes

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

#594788 Text Font Color

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

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


#594788 Background Color

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

This div background color is #594788


#594788 Border Color

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

This div border color is #594788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594788


Comments

No comments written yet.

Please login to write comment.