Color Hex Logo

#9e117e Color Hex

#9E117E
(158,17,126)
0 Favorites   0 Comments

Color spaces of #9e117e

RGB 15817126
HSL0.870.810.34
HSV314°89°62°
CMYK 0.000.890.20   0.38
XYZ18.06699.176420.5576
Yxy9.17640.37800.1920
Hunter Lab30.292653.4478-19.0315
CIE-Lab36.321761.9624-24.5264

#9e117e color RGB value is (158,17,126).

#9e117e hex color red value is 158, green value is 17 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9e117e hue: 0.87 , saturation: 0.81 and the lightness value of 9e117e is 0.34.

The process color (four color CMYK) of #9e117e color hex is 0.00, 0.89, 0.20, 0.38. Web safe color of #9e117e is #990066. Color #9e117e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010001 01111110
Octal 236 21 176
Decimal 158 17 126
Hex 9E 11 7E

RGB Percentages of Color #9e117e

%52.49
%5.65
%41.86

CMYK Percentages of Color #9e117e

%0
%89
%20
%38

Triadic Colors of #9e117e

#9e117e #7e9e11 #117e9e

Analogous Colors of #9e117e

#9e117e #9e1138 #78119e

Monochromatic Colors of #9e117e

#9e117e

Complementary Color

#9e117e #119e31

#9e117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e117e Color CSS Codes

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

#9e117e Text Font Color

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

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


#9e117e Background Color

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

This div background color is #9e117e


#9e117e Border Color

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

This div border color is #9e117e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e117e


Comments

No comments written yet.

Please login to write comment.