Color Hex Logo

#590fce Color Hex

#590FCE
(89,15,206)
0 Favorites   0 Comments

Color spaces of #590fce

RGB 8915206
HSL0.730.860.43
HSV263°93°81°
CMYK 0.570.930.00   0.19
XYZ15.43126.921758.9152
Yxy6.92170.18990.0852
Hunter Lab26.309158.6554-114.3544
CIE-Lab31.628067.4731-80.8571

#590fce color RGB value is (89,15,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001111 11001110
Octal 131 17 316
Decimal 89 15 206
Hex 59 F CE

RGB Percentages of Color #590fce

%28.71
%4.84
%66.45

CMYK Percentages of Color #590fce

%57
%93
%0
%19

Triadic Colors of #590fce

#590fce #ce590f #0fce59

Analogous Colors of #590fce

#590fce #b90fce #0f25ce

Monochromatic Colors of #590fce

#590fce

Complementary Color

#590fce #84ce0f

#590fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#590fce Color CSS Codes

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

#590fce Text Font Color

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

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


#590fce Background Color

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

This div background color is #590fce


#590fce Border Color

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

This div border color is #590fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590fce


Comments

No comments written yet.

Please login to write comment.