Color Hex Logo

#594778 Color Hex

#594778
(89,71,120)
0 Favorites   0 Comments

Color spaces of #594778

RGB 8971120
HSL0.730.260.37
HSV262°41°47°
CMYK 0.260.410.00   0.53
XYZ9.76327.986418.7962
Yxy7.98640.26710.2185
Hunter Lab28.260212.2119-19.6523
CIE-Lab33.954518.8433-25.2325

#594778 color RGB value is (89,71,120).

#594778 hex color red value is 89, green value is 71 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #594778 hue: 0.73 , saturation: 0.26 and the lightness value of 594778 is 0.37.

The process color (four color CMYK) of #594778 color hex is 0.26, 0.41, 0.00, 0.53. Web safe color of #594778 is #663366. Color #594778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000111 01111000
Octal 131 107 170
Decimal 89 71 120
Hex 59 47 78

RGB Percentages of Color #594778

%31.79
%25.36
%42.86

CMYK Percentages of Color #594778

%26
%41
%0
%53

Triadic Colors of #594778

#594778 #785947 #477859

Analogous Colors of #594778

#594778 #724778 #474e78

Monochromatic Colors of #594778

#594778

Complementary Color

#594778 #667847

#594778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594778 Color CSS Codes

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

#594778 Text Font Color

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

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


#594778 Background Color

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

This div background color is #594778


#594778 Border Color

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

This div border color is #594778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594778


Comments

No comments written yet.

Please login to write comment.