Color Hex Logo

#590cce Color Hex

#590CCE
(89,12,206)
0 Favorites   0 Comments

Color spaces of #590cce

RGB 8912206
HSL0.730.890.43
HSV264°94°81°
CMYK 0.570.940.00   0.19
XYZ15.39196.843058.9021
Yxy6.84300.18970.0843
Hunter Lab26.159159.2500-115.1910
CIE-Lab31.446868.0223-81.1574

#590cce color RGB value is (89,12,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001100 11001110
Octal 131 14 316
Decimal 89 12 206
Hex 59 C CE

RGB Percentages of Color #590cce

%28.99
%3.91
%67.10

CMYK Percentages of Color #590cce

%57
%94
%0
%19

Triadic Colors of #590cce

#590cce #ce590c #0cce59

Analogous Colors of #590cce

#590cce #ba0cce #0c20ce

Monochromatic Colors of #590cce

#590cce

Complementary Color

#590cce #81ce0c

#590cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#590cce Color CSS Codes

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

#590cce Text Font Color

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

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


#590cce Background Color

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

This div background color is #590cce


#590cce Border Color

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

This div border color is #590cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590cce


Comments

No comments written yet.

Please login to write comment.