Color Hex Logo

#592cda Color Hex

#592CDA
(89,44,218)
0 Favorites   0 Comments

Color spaces of #592cda

RGB 8944218
HSL0.710.700.51
HSV256°80°85°
CMYK 0.590.800.00   0.15
XYZ17.67548.987267.1328
Yxy8.98720.18840.0958
Hunter Lab29.978752.7808-111.7862
CIE-Lab35.959661.4314-80.6387

#592cda color RGB value is (89,44,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101100 11011010
Octal 131 54 332
Decimal 89 44 218
Hex 59 2C DA

RGB Percentages of Color #592cda

%25.36
%12.54
%62.11

CMYK Percentages of Color #592cda

%59
%80
%0
%15

Triadic Colors of #592cda

#592cda #da592c #2cda59

Analogous Colors of #592cda

#592cda #b02cda #2c56da

Monochromatic Colors of #592cda

#592cda

Complementary Color

#592cda #adda2c

#592cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#592cda Color CSS Codes

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

#592cda Text Font Color

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

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


#592cda Background Color

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

This div background color is #592cda


#592cda Border Color

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

This div border color is #592cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592cda


Comments

No comments written yet.

Please login to write comment.