Color Hex Logo

#594aab Color Hex

#594AAB
(89,74,171)
0 Favorites   0 Comments

Color spaces of #594aab

RGB 8974171
HSL0.690.400.48
HSV249°57°67°
CMYK 0.480.570.00   0.33
XYZ13.91939.961739.7172
Yxy9.96170.21890.1566
Hunter Lab31.562223.4869-52.5159
CIE-Lab37.773631.7672-50.1882

#594aab color RGB value is (89,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 10101011
Octal 131 112 253
Decimal 89 74 171
Hex 59 4A AB

RGB Percentages of Color #594aab

%26.65
%22.16
%51.20

CMYK Percentages of Color #594aab

%48
%57
%0
%33

Triadic Colors of #594aab

#594aab #ab594a #4aab59

Analogous Colors of #594aab

#594aab #8a4aab #4a6cab

Monochromatic Colors of #594aab

#594aab

Complementary Color

#594aab #9cab4a

#594aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#594aab Color CSS Codes

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

#594aab Text Font Color

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

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


#594aab Background Color

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

This div background color is #594aab


#594aab Border Color

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

This div border color is #594aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594aab


Comments

No comments written yet.

Please login to write comment.