Color Hex Logo

#594770 Color Hex

#594770
(89,71,112)
0 Favorites   0 Comments

Color spaces of #594770

RGB 8971112
HSL0.740.220.36
HSV266°37°44°
CMYK 0.210.370.00   0.56
XYZ9.29777.800216.3448
Yxy7.80020.27800.2332
Hunter Lab27.928810.5484-15.1481
CIE-Lab33.563316.7475-20.8387

#594770 color RGB value is (89,71,112).

#594770 hex color red value is 89, green value is 71 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #594770 hue: 0.74 , saturation: 0.22 and the lightness value of 594770 is 0.36.

The process color (four color CMYK) of #594770 color hex is 0.21, 0.37, 0.00, 0.56. Web safe color of #594770 is #663366. Color #594770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000111 01110000
Octal 131 107 160
Decimal 89 71 112
Hex 59 47 70

RGB Percentages of Color #594770

%32.72
%26.10
%41.18

CMYK Percentages of Color #594770

%21
%37
%0
%56

Triadic Colors of #594770

#594770 #705947 #477059

Analogous Colors of #594770

#594770 #6e4770 #474a70

Monochromatic Colors of #594770

#594770

Complementary Color

#594770 #5e7047

#594770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594770 Color CSS Codes

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

#594770 Text Font Color

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

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


#594770 Background Color

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

This div background color is #594770


#594770 Border Color

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

This div border color is #594770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594770


Comments

No comments written yet.

Please login to write comment.