Color Hex Logo

#594aaa Color Hex

#594AAA
(89,74,170)
0 Favorites   0 Comments

Color spaces of #594aaa

RGB 8974170
HSL0.690.390.48
HSV249°56°67°
CMYK 0.480.560.00   0.33
XYZ13.82439.923739.2171
Yxy9.92370.21960.1576
Hunter Lab31.501923.2046-51.7595
CIE-Lab37.705131.4614-49.7039

#594aaa color RGB value is (89,74,170).

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

The process color (four color CMYK) of #594aaa color hex is 0.48, 0.56, 0.00, 0.33. Web safe color of #594aaa is #663399. Color #594aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 10101010
Octal 131 112 252
Decimal 89 74 170
Hex 59 4A AA

RGB Percentages of Color #594aaa

%26.73
%22.22
%51.05

CMYK Percentages of Color #594aaa

%48
%56
%0
%33

Triadic Colors of #594aaa

#594aaa #aa594a #4aaa59

Analogous Colors of #594aaa

#594aaa #894aaa #4a6baa

Monochromatic Colors of #594aaa

#594aaa

Complementary Color

#594aaa #9baa4a

#594aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#594aaa Color CSS Codes

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

#594aaa Text Font Color

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

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


#594aaa Background Color

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

This div background color is #594aaa


#594aaa Border Color

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

This div border color is #594aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594aaa


Comments

No comments written yet.

Please login to write comment.