Color Hex Logo

#590fde Color Hex

#590FDE
(89,15,222)
0 Favorites   0 Comments

Color spaces of #590fde

RGB 8915222
HSL0.730.870.46
HSV261°93°87°
CMYK 0.600.930.00   0.13
XYZ17.47557.739469.6800
Yxy7.73940.18420.0816
Hunter Lab27.819863.4434-129.0294
CIE-Lab33.434271.2372-87.1193

#590fde color RGB value is (89,15,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001111 11011110
Octal 131 17 336
Decimal 89 15 222
Hex 59 F DE

RGB Percentages of Color #590fde

%27.30
%4.60
%68.10

CMYK Percentages of Color #590fde

%60
%93
%0
%13

Triadic Colors of #590fde

#590fde #de590f #0fde59

Analogous Colors of #590fde

#590fde #c10fde #0f2dde

Monochromatic Colors of #590fde

#590fde

Complementary Color

#590fde #94de0f

#590fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#590fde Color CSS Codes

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

#590fde Text Font Color

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

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


#590fde Background Color

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

This div background color is #590fde


#590fde Border Color

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

This div border color is #590fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590fde


Comments

No comments written yet.

Please login to write comment.