Color Hex Logo

#592caa Color Hex

#592CAA
(89,44,170)
0 Favorites   0 Comments

Color spaces of #592caa

RGB 8944170
HSL0.730.590.42
HSV261°74°67°
CMYK 0.480.740.00   0.33
XYZ12.27626.827538.7010
Yxy6.82750.21240.1181
Hunter Lab26.129538.1366-69.5252
CIE-Lab31.410948.3851-59.9290

#592caa color RGB value is (89,44,170).

#592caa hex color red value is 89, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #592caa hue: 0.73 , saturation: 0.59 and the lightness value of 592caa is 0.42.

The process color (four color CMYK) of #592caa color hex is 0.48, 0.74, 0.00, 0.33. Web safe color of #592caa is #663399. Color #592caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101100 10101010
Octal 131 54 252
Decimal 89 44 170
Hex 59 2C AA

RGB Percentages of Color #592caa

%29.37
%14.52
%56.11

CMYK Percentages of Color #592caa

%48
%74
%0
%33

Triadic Colors of #592caa

#592caa #aa592c #2caa59

Analogous Colors of #592caa

#592caa #982caa #2c3eaa

Monochromatic Colors of #592caa

#592caa

Complementary Color

#592caa #7daa2c

#592caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#592caa Color CSS Codes

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

#592caa Text Font Color

<p style="color:#592caa">Text here</p>

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


#592caa Background Color

<div style="background-color:#592caa">
Div content here</div>

This div background color is #592caa


#592caa Border Color

<div style="border:3px solid #592caa">
Div here</div>

This div border color is #592caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592caa


Comments

No comments written yet.

Please login to write comment.