Color Hex Logo

#592cea Color Hex

#592CEA
(89,44,234)
0 Favorites   0 Comments

Color spaces of #592cea

RGB 8944234
HSL0.710.820.55
HSV254°81°92°
CMYK 0.620.810.00   0.08
XYZ19.87189.865778.6988
Yxy9.86570.18330.0910
Hunter Lab31.409757.9636-126.5676
CIE-Lab37.600365.7225-87.0725

#592cea color RGB value is (89,44,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101100 11101010
Octal 131 54 352
Decimal 89 44 234
Hex 59 2C EA

RGB Percentages of Color #592cea

%24.25
%11.99
%63.76

CMYK Percentages of Color #592cea

%62
%81
%0
%8

Triadic Colors of #592cea

#592cea #ea592c #2cea59

Analogous Colors of #592cea

#592cea #b82cea #2c5eea

Monochromatic Colors of #592cea

#592cea

Complementary Color

#592cea #bdea2c

#592cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#592cea Color CSS Codes

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

#592cea Text Font Color

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

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


#592cea Background Color

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

This div background color is #592cea


#592cea Border Color

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

This div border color is #592cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592cea


Comments

No comments written yet.

Please login to write comment.