Color Hex Logo

#592aeb Color Hex

#592AEB
(89,42,235)
0 Favorites   0 Comments

Color spaces of #592aeb

RGB 8942235
HSL0.710.830.54
HSV255°82°92°
CMYK 0.620.820.00   0.08
XYZ19.94329.777979.4335
Yxy9.77790.18270.0896
Hunter Lab31.269659.1222-128.7242
CIE-Lab37.440866.7649-87.9043

#592aeb color RGB value is (89,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 11101011
Octal 131 52 353
Decimal 89 42 235
Hex 59 2A EB

RGB Percentages of Color #592aeb

%24.32
%11.48
%64.21

CMYK Percentages of Color #592aeb

%62
%82
%0
%8

Triadic Colors of #592aeb

#592aeb #eb592a #2aeb59

Analogous Colors of #592aeb

#592aeb #ba2aeb #2a5ceb

Monochromatic Colors of #592aeb

#592aeb

Complementary Color

#592aeb #bceb2a

#592aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#592aeb Color CSS Codes

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

#592aeb Text Font Color

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

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


#592aeb Background Color

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

This div background color is #592aeb


#592aeb Border Color

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

This div border color is #592aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592aeb


Comments

No comments written yet.

Please login to write comment.