Color Hex Logo

#592cde Color Hex

#592CDE
(89,44,222)
0 Favorites   0 Comments

Color spaces of #592cde

RGB 8944222
HSL0.710.730.52
HSV255°80°87°
CMYK 0.600.800.00   0.13
XYZ18.20539.199169.9233
Yxy9.19910.18710.0945
Hunter Lab30.330054.0654-115.4571
CIE-Lab36.364862.5088-82.2667

#592cde color RGB value is (89,44,222).

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

The process color (four color CMYK) of #592cde color hex is 0.60, 0.80, 0.00, 0.13. Web safe color of #592cde is #6633cc. Color #592cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101100 11011110
Octal 131 54 336
Decimal 89 44 222
Hex 59 2C DE

RGB Percentages of Color #592cde

%25.07
%12.39
%62.54

CMYK Percentages of Color #592cde

%60
%80
%0
%13

Triadic Colors of #592cde

#592cde #de592c #2cde59

Analogous Colors of #592cde

#592cde #b22cde #2c58de

Monochromatic Colors of #592cde

#592cde

Complementary Color

#592cde #b1de2c

#592cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#592cde Color CSS Codes

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

#592cde Text Font Color

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

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


#592cde Background Color

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

This div background color is #592cde


#592cde Border Color

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

This div border color is #592cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592cde


Comments

No comments written yet.

Please login to write comment.