Color Hex Logo

#592cef Color Hex

#592CEF
(89,44,239)
0 Favorites   0 Comments

Color spaces of #592cef

RGB 8944239
HSL0.710.860.55
HSV254°82°94°
CMYK 0.630.820.00   0.06
XYZ20.600510.157282.5361
Yxy10.15720.18180.0897
Hunter Lab31.870459.6065-131.2367
CIE-Lab38.123167.0530-89.0422

#592cef color RGB value is (89,44,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101100 11101111
Octal 131 54 357
Decimal 89 44 239
Hex 59 2C EF

RGB Percentages of Color #592cef

%23.92
%11.83
%64.25

CMYK Percentages of Color #592cef

%63
%82
%0
%6

Triadic Colors of #592cef

#592cef #ef592c #2cef59

Analogous Colors of #592cef

#592cef #bb2cef #2c61ef

Monochromatic Colors of #592cef

#592cef

Complementary Color

#592cef #c2ef2c

#592cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#592cef Color CSS Codes

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

#592cef Text Font Color

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

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


#592cef Background Color

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

This div background color is #592cef


#592cef Border Color

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

This div border color is #592cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592cef


Comments

No comments written yet.

Please login to write comment.