Color Hex Logo

#592acb Color Hex

#592ACB
(89,42,203)
0 Favorites   0 Comments

Color spaces of #592acb

RGB 8942203
HSL0.720.660.48
HSV258°79°80°
CMYK 0.560.790.00   0.20
XYZ15.72738.091657.2328
Yxy8.09160.19400.0998
Hunter Lab28.445748.9104-99.3794
CIE-Lab34.172958.2371-74.9029

#592acb color RGB value is (89,42,203).

#592acb hex color red value is 89, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #592acb hue: 0.72 , saturation: 0.66 and the lightness value of 592acb is 0.48.

The process color (four color CMYK) of #592acb color hex is 0.56, 0.79, 0.00, 0.20. Web safe color of #592acb is #6633cc. Color #592acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 11001011
Octal 131 52 313
Decimal 89 42 203
Hex 59 2A CB

RGB Percentages of Color #592acb

%26.65
%12.57
%60.78

CMYK Percentages of Color #592acb

%56
%79
%0
%20

Triadic Colors of #592acb

#592acb #cb592a #2acb59

Analogous Colors of #592acb

#592acb #aa2acb #2a4bcb

Monochromatic Colors of #592acb

#592acb

Complementary Color

#592acb #9ccb2a

#592acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#592acb Color CSS Codes

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

#592acb Text Font Color

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

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


#592acb Background Color

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

This div background color is #592acb


#592acb Border Color

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

This div border color is #592acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592acb


Comments

No comments written yet.

Please login to write comment.