Color Hex Logo

#590eda Color Hex

#590EDA
(89,14,218)
0 Favorites   0 Comments

Color spaces of #590eda

RGB 8914218
HSL0.730.880.45
HSV262°94°85°
CMYK 0.590.940.00   0.15
XYZ16.93187.499966.8849
Yxy7.49990.18540.0821
Hunter Lab27.385962.4351-125.6343
CIE-Lab32.918970.4785-85.6716

#590eda color RGB value is (89,14,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001110 11011010
Octal 131 16 332
Decimal 89 14 218
Hex 59 E DA

RGB Percentages of Color #590eda

%27.73
%4.36
%67.91

CMYK Percentages of Color #590eda

%59
%94
%0
%15

Triadic Colors of #590eda

#590eda #da590e #0eda59

Analogous Colors of #590eda

#590eda #bf0eda #0e29da

Monochromatic Colors of #590eda

#590eda

Complementary Color

#590eda #8fda0e

#590eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#590eda Color CSS Codes

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

#590eda Text Font Color

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

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


#590eda Background Color

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

This div background color is #590eda


#590eda Border Color

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

This div border color is #590eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590eda


Comments

No comments written yet.

Please login to write comment.