Color Hex Logo

#590cda Color Hex

#590CDA
(89,12,218)
0 Favorites   0 Comments

Color spaces of #590cda

RGB 8912218
HSL0.730.900.45
HSV262°94°85°
CMYK 0.590.940.00   0.15
XYZ16.90627.448766.8764
Yxy7.44870.18530.0816
Hunter Lab27.292362.8102-126.1781
CIE-Lab32.807370.8176-85.8568

#590cda color RGB value is (89,12,218).

#590cda hex color red value is 89, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #590cda hue: 0.73 , saturation: 0.90 and the lightness value of 590cda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001100 11011010
Octal 131 14 332
Decimal 89 12 218
Hex 59 C DA

RGB Percentages of Color #590cda

%27.90
%3.76
%68.34

CMYK Percentages of Color #590cda

%59
%94
%0
%15

Triadic Colors of #590cda

#590cda #da590c #0cda59

Analogous Colors of #590cda

#590cda #c00cda #0c26da

Monochromatic Colors of #590cda

#590cda

Complementary Color

#590cda #8dda0c

#590cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#590cda Color CSS Codes

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

#590cda Text Font Color

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

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


#590cda Background Color

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

This div background color is #590cda


#590cda Border Color

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

This div border color is #590cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590cda


Comments

No comments written yet.

Please login to write comment.