Color Hex Logo

#590eed Color Hex

#590EED
(89,14,237)
0 Favorites   0 Comments

Color spaces of #590eed

RGB 8914237
HSL0.720.890.49
HSV260°94°93°
CMYK 0.620.940.00   0.07
XYZ19.56298.552380.7405
Yxy8.55230.17970.0786
Hunter Lab29.244368.2295-143.2225
CIE-Lab35.107674.9212-92.9092

#590eed color RGB value is (89,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001110 11101101
Octal 131 16 355
Decimal 89 14 237
Hex 59 E ED

RGB Percentages of Color #590eed

%26.18
%4.12
%69.71

CMYK Percentages of Color #590eed

%62
%94
%0
%7

Triadic Colors of #590eed

#590eed #ed590e #0eed59

Analogous Colors of #590eed

#590eed #c90eed #0e32ed

Monochromatic Colors of #590eed

#590eed

Complementary Color

#590eed #a2ed0e

#590eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#590eed Color CSS Codes

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

#590eed Text Font Color

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

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


#590eed Background Color

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

This div background color is #590eed


#590eed Border Color

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

This div border color is #590eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590eed


Comments

No comments written yet.

Please login to write comment.