Color Hex Logo

#590ded Color Hex

#590DED
(89,13,237)
0 Favorites   0 Comments

Color spaces of #590ded

RGB 8913237
HSL0.720.900.49
HSV260°95°93°
CMYK 0.620.950.00   0.07
XYZ19.54988.526180.7361
Yxy8.52610.17970.0784
Hunter Lab29.199568.4112-143.4962
CIE-Lab35.055475.0805-92.9960

#590ded color RGB value is (89,13,237).

#590ded hex color red value is 89, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #590ded hue: 0.72 , saturation: 0.90 and the lightness value of 590ded is 0.49.

The process color (four color CMYK) of #590ded color hex is 0.62, 0.95, 0.00, 0.07. Web safe color of #590ded is #6600ff. Color #590ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11101101
Octal 131 15 355
Decimal 89 13 237
Hex 59 D ED

RGB Percentages of Color #590ded

%26.25
%3.83
%69.91

CMYK Percentages of Color #590ded

%62
%95
%0
%7

Triadic Colors of #590ded

#590ded #ed590d #0ded59

Analogous Colors of #590ded

#590ded #c90ded #0d31ed

Monochromatic Colors of #590ded

#590ded

Complementary Color

#590ded #a1ed0d

#590ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#590ded Color CSS Codes

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

#590ded Text Font Color

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

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


#590ded Background Color

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

This div background color is #590ded


#590ded Border Color

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

This div border color is #590ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590ded


Comments

No comments written yet.

Please login to write comment.