Color Hex Logo

#594daa Color Hex

#594DAA
(89,77,170)
0 Favorites   0 Comments

Color spaces of #594daa

RGB 8977170
HSL0.690.380.48
HSV248°55°67°
CMYK 0.480.550.00   0.33
XYZ14.029410.333939.2854
Yxy10.33390.22040.1624
Hunter Lab32.146421.6452-49.9546
CIE-Lab38.435129.6088-48.5278

#594daa color RGB value is (89,77,170).

#594daa hex color red value is 89, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #594daa hue: 0.69 , saturation: 0.38 and the lightness value of 594daa is 0.48.

The process color (four color CMYK) of #594daa color hex is 0.48, 0.55, 0.00, 0.33. Web safe color of #594daa is #666699. Color #594daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001101 10101010
Octal 131 115 252
Decimal 89 77 170
Hex 59 4D AA

RGB Percentages of Color #594daa

%26.49
%22.92
%50.60

CMYK Percentages of Color #594daa

%48
%55
%0
%33

Triadic Colors of #594daa

#594daa #aa594d #4daa59

Analogous Colors of #594daa

#594daa #884daa #4d70aa

Monochromatic Colors of #594daa

#594daa

Complementary Color

#594daa #9eaa4d

#594daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#594daa Color CSS Codes

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

#594daa Text Font Color

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

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


#594daa Background Color

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

This div background color is #594daa


#594daa Border Color

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

This div border color is #594daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,77,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594daa;
  -webkit-box-shadow: 1px 1px 3px 2px #594daa;
  box-shadow:         1px 1px 3px 2px #594daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594daa


Comments

No comments written yet.

Please login to write comment.