Color Hex Logo

#592fea Color Hex

#592FEA
(89,47,234)
0 Favorites   0 Comments

Color spaces of #592fea

RGB 8947234
HSL0.700.820.55
HSV253°80°92°
CMYK 0.620.800.00   0.08
XYZ19.987610.097478.7374
Yxy10.09740.18370.0928
Hunter Lab31.776456.6691-124.6687
CIE-Lab38.016764.5032-86.3840

#592fea color RGB value is (89,47,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 11101010
Octal 131 57 352
Decimal 89 47 234
Hex 59 2F EA

RGB Percentages of Color #592fea

%24.05
%12.70
%63.24

CMYK Percentages of Color #592fea

%62
%80
%0
%8

Triadic Colors of #592fea

#592fea #ea592f #2fea59

Analogous Colors of #592fea

#592fea #b72fea #2f62ea

Monochromatic Colors of #592fea

#592fea

Complementary Color

#592fea #c0ea2f

#592fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fea Color CSS Codes

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

#592fea Text Font Color

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

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


#592fea Background Color

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

This div background color is #592fea


#592fea Border Color

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

This div border color is #592fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fea


Comments

No comments written yet.

Please login to write comment.