Color Hex Logo

#590dce Color Hex

#590DCE
(89,13,206)
0 Favorites   0 Comments

Color spaces of #590dce

RGB 8913206
HSL0.730.880.43
HSV264°94°81°
CMYK 0.570.940.00   0.19
XYZ15.40436.867958.9063
Yxy6.86790.18980.0846
Hunter Lab26.206759.0607-114.9250
CIE-Lab31.504367.8478-81.0622

#590dce color RGB value is (89,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11001110
Octal 131 15 316
Decimal 89 13 206
Hex 59 D CE

RGB Percentages of Color #590dce

%28.90
%4.22
%66.88

CMYK Percentages of Color #590dce

%57
%94
%0
%19

Triadic Colors of #590dce

#590dce #ce590d #0dce59

Analogous Colors of #590dce

#590dce #ba0dce #0d22ce

Monochromatic Colors of #590dce

#590dce

Complementary Color

#590dce #82ce0d

#590dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#590dce Color CSS Codes

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

#590dce Text Font Color

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

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


#590dce Background Color

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

This div background color is #590dce


#590dce Border Color

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

This div border color is #590dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590dce


Comments

No comments written yet.

Please login to write comment.