Color Hex Logo

#9e0eed Color Hex

#9E0EED
(158,14,237)
0 Favorites   0 Comments

Color spaces of #9e0eed

RGB 15814237
HSL0.770.890.49
HSV279°94°93°
CMYK 0.330.940.00   0.07
XYZ29.543713.697681.2075
Yxy13.69760.23740.1101
Hunter Lab37.010377.7209-104.1862
CIE-Lab43.796180.9558-78.2774

#9e0eed color RGB value is (158,14,237).

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

The process color (four color CMYK) of #9e0eed color hex is 0.33, 0.94, 0.00, 0.07. Web safe color of #9e0eed is #9900ff. Color #9e0eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00001110 11101101
Octal 236 16 355
Decimal 158 14 237
Hex 9E E ED

RGB Percentages of Color #9e0eed

%38.63
%3.42
%57.95

CMYK Percentages of Color #9e0eed

%33
%94
%0
%7

Triadic Colors of #9e0eed

#9e0eed #ed9e0e #0eed9e

Analogous Colors of #9e0eed

#9e0eed #ed0ecd #2f0eed

Monochromatic Colors of #9e0eed

#9e0eed

Complementary Color

#9e0eed #5ded0e

#9e0eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e0eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e0eed Color CSS Codes

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

#9e0eed Text Font Color

<p style="color:#9e0eed">Text here</p>

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


#9e0eed Background Color

<div style="background-color:#9e0eed">
Div content here</div>

This div background color is #9e0eed


#9e0eed Border Color

<div style="border:3px solid #9e0eed">
Div here</div>

This div border color is #9e0eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,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 #9e0eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e0eed


Comments

No comments written yet.

Please login to write comment.