Color Hex Logo

#592bac Color Hex

#592BAC
(89,43,172)
0 Favorites   0 Comments

Color spaces of #592bac

RGB 8943172
HSL0.730.600.42
HSV261°75°67°
CMYK 0.480.750.00   0.33
XYZ12.43016.830239.6929
Yxy6.83020.21080.1159
Hunter Lab26.134739.1621-71.7545
CIE-Lab31.417249.4100-61.1184

#592bac color RGB value is (89,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 10101100
Octal 131 53 254
Decimal 89 43 172
Hex 59 2B AC

RGB Percentages of Color #592bac

%29.28
%14.14
%56.58

CMYK Percentages of Color #592bac

%48
%75
%0
%33

Triadic Colors of #592bac

#592bac #ac592b #2bac59

Analogous Colors of #592bac

#592bac #9a2bac #2b3eac

Monochromatic Colors of #592bac

#592bac

Complementary Color

#592bac #7eac2b

#592bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bac Color CSS Codes

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

#592bac Text Font Color

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

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


#592bac Background Color

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

This div background color is #592bac


#592bac Border Color

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

This div border color is #592bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bac


Comments

No comments written yet.

Please login to write comment.