Color Hex Logo

#9e1188 Color Hex

#9E1188
(158,17,136)
0 Favorites   0 Comments

Color spaces of #9e1188

RGB 15817136
HSL0.860.810.34
HSV309°89°62°
CMYK 0.000.890.14   0.38
XYZ18.74499.447624.1281
Yxy9.44760.35830.1806
Hunter Lab30.736955.0684-25.0260
CIE-Lab36.832263.3144-29.9376

#9e1188 color RGB value is (158,17,136).

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

The process color (four color CMYK) of #9e1188 color hex is 0.00, 0.89, 0.14, 0.38. Web safe color of #9e1188 is #990099. Color #9e1188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010001 10001000
Octal 236 21 210
Decimal 158 17 136
Hex 9E 11 88

RGB Percentages of Color #9e1188

%50.80
%5.47
%43.73

CMYK Percentages of Color #9e1188

%0
%89
%14
%38

Triadic Colors of #9e1188

#9e1188 #889e11 #11889e

Analogous Colors of #9e1188

#9e1188 #9e1141 #6e119e

Monochromatic Colors of #9e1188

#9e1188

Complementary Color

#9e1188 #119e27

#9e1188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e1188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e1188 Color CSS Codes

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

#9e1188 Text Font Color

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

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


#9e1188 Background Color

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

This div background color is #9e1188


#9e1188 Border Color

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

This div border color is #9e1188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e1188


Comments

No comments written yet.

Please login to write comment.