Color Hex Logo

#590dde Color Hex

#590DDE
(89,13,222)
0 Favorites   0 Comments

Color spaces of #590dde

RGB 8913222
HSL0.730.890.46
HSV262°94°87°
CMYK 0.600.940.00   0.13
XYZ17.44867.685669.6711
Yxy7.68560.18400.0811
Hunter Lab27.722963.8315-129.5970
CIE-Lab33.319371.5861-87.3099

#590dde color RGB value is (89,13,222).

#590dde hex color red value is 89, green value is 13 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #590dde hue: 0.73 , saturation: 0.89 and the lightness value of 590dde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11011110
Octal 131 15 336
Decimal 89 13 222
Hex 59 D DE

RGB Percentages of Color #590dde

%27.47
%4.01
%68.52

CMYK Percentages of Color #590dde

%60
%94
%0
%13

Triadic Colors of #590dde

#590dde #de590d #0dde59

Analogous Colors of #590dde

#590dde #c20dde #0d2ade

Monochromatic Colors of #590dde

#590dde

Complementary Color

#590dde #92de0d

#590dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#590dde Color CSS Codes

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

#590dde Text Font Color

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

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


#590dde Background Color

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

This div background color is #590dde


#590dde Border Color

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

This div border color is #590dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590dde


Comments

No comments written yet.

Please login to write comment.