Color Hex Logo

#9e0eec Color Hex

#9E0EEC
(158,14,236)
0 Favorites   0 Comments

Color spaces of #9e0eec

RGB 15814236
HSL0.770.890.49
HSV279°94°93°
CMYK 0.330.940.00   0.07
XYZ29.397913.639380.4401
Yxy13.63930.23810.1105
Hunter Lab36.931477.4584-103.2872
CIE-Lab43.711180.7640-77.8508

#9e0eec color RGB value is (158,14,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00001110 11101100
Octal 236 16 354
Decimal 158 14 236
Hex 9E E EC

RGB Percentages of Color #9e0eec

%38.73
%3.43
%57.84

CMYK Percentages of Color #9e0eec

%33
%94
%0
%7

Triadic Colors of #9e0eec

#9e0eec #ec9e0e #0eec9e

Analogous Colors of #9e0eec

#9e0eec #ec0ecb #2f0eec

Monochromatic Colors of #9e0eec

#9e0eec

Complementary Color

#9e0eec #5cec0e

#9e0eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e0eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e0eec Color CSS Codes

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

#9e0eec Text Font Color

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

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


#9e0eec Background Color

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

This div background color is #9e0eec


#9e0eec Border Color

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

This div border color is #9e0eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e0eec


Comments

No comments written yet.

Please login to write comment.