Color Hex Logo

#594aad Color Hex

#594AAD
(89,74,173)
0 Favorites   0 Comments

Color spaces of #594aad

RGB 8974173
HSL0.690.400.48
HSV249°57°68°
CMYK 0.490.570.00   0.32
XYZ14.111410.038540.7290
Yxy10.03850.21750.1547
Hunter Lab31.683624.0550-54.0383
CIE-Lab37.911432.3800-51.1539

#594aad color RGB value is (89,74,173).

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

The process color (four color CMYK) of #594aad color hex is 0.49, 0.57, 0.00, 0.32. Web safe color of #594aad is #663399. Color #594aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 10101101
Octal 131 112 255
Decimal 89 74 173
Hex 59 4A AD

RGB Percentages of Color #594aad

%26.49
%22.02
%51.49

CMYK Percentages of Color #594aad

%49
%57
%0
%32

Triadic Colors of #594aad

#594aad #ad594a #4aad59

Analogous Colors of #594aad

#594aad #8b4aad #4a6dad

Monochromatic Colors of #594aad

#594aad

Complementary Color

#594aad #9ead4a

#594aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#594aad Color CSS Codes

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

#594aad Text Font Color

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

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


#594aad Background Color

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

This div background color is #594aad


#594aad Border Color

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

This div border color is #594aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594aad


Comments

No comments written yet.

Please login to write comment.