Color Hex Logo

#594faa Color Hex

#594FAA
(89,79,170)
0 Favorites   0 Comments

Color spaces of #594faa

RGB 8979170
HSL0.680.370.49
HSV247°54°67°
CMYK 0.480.540.00   0.33
XYZ14.171510.618139.3328
Yxy10.61810.22100.1656
Hunter Lab32.585420.6057-48.7572
CIE-Lab38.929728.3664-47.7325

#594faa color RGB value is (89,79,170).

#594faa hex color red value is 89, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #594faa hue: 0.68 , saturation: 0.37 and the lightness value of 594faa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 10101010
Octal 131 117 252
Decimal 89 79 170
Hex 59 4F AA

RGB Percentages of Color #594faa

%26.33
%23.37
%50.30

CMYK Percentages of Color #594faa

%48
%54
%0
%33

Triadic Colors of #594faa

#594faa #aa594f #4faa59

Analogous Colors of #594faa

#594faa #874faa #4f73aa

Monochromatic Colors of #594faa

#594faa

Complementary Color

#594faa #a0aa4f

#594faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#594faa Color CSS Codes

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

#594faa Text Font Color

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

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


#594faa Background Color

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

This div background color is #594faa


#594faa Border Color

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

This div border color is #594faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,79,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 #594faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594faa


Comments

No comments written yet.

Please login to write comment.