Color Hex Logo

#592bea Color Hex

#592BEA
(89,43,234)
0 Favorites   0 Comments

Color spaces of #592bea

RGB 8943234
HSL0.710.820.54
HSV254°82°92°
CMYK 0.620.820.00   0.08
XYZ19.83509.792178.6865
Yxy9.79210.18310.0904
Hunter Lab31.292358.3827-127.1837
CIE-Lab37.466766.1152-87.2936

#592bea color RGB value is (89,43,234).

#592bea hex color red value is 89, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #592bea hue: 0.71 , saturation: 0.82 and the lightness value of 592bea is 0.54.

The process color (four color CMYK) of #592bea color hex is 0.62, 0.82, 0.00, 0.08. Web safe color of #592bea is #6633ff. Color #592bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101011 11101010
Octal 131 53 352
Decimal 89 43 234
Hex 59 2B EA

RGB Percentages of Color #592bea

%24.32
%11.75
%63.93

CMYK Percentages of Color #592bea

%62
%82
%0
%8

Triadic Colors of #592bea

#592bea #ea592b #2bea59

Analogous Colors of #592bea

#592bea #b92bea #2b5dea

Monochromatic Colors of #592bea

#592bea

Complementary Color

#592bea #bcea2b

#592bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#592bea Color CSS Codes

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

#592bea Text Font Color

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

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


#592bea Background Color

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

This div background color is #592bea


#592bea Border Color

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

This div border color is #592bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592bea


Comments

No comments written yet.

Please login to write comment.