Color Hex Logo

#9e11bb Color Hex

#9E11BB
(158,17,187)
0 Favorites   0 Comments

Color spaces of #9e11bb

RGB 15817187
HSL0.800.830.40
HSV290°91°73°
CMYK 0.160.910.00   0.27
XYZ23.270611.257947.9602
Yxy11.25790.28210.1365
Hunter Lab33.552865.0816-61.2619
CIE-Lab40.011571.3661-55.6012

#9e11bb color RGB value is (158,17,187).

#9e11bb hex color red value is 158, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9e11bb hue: 0.80 , saturation: 0.83 and the lightness value of 9e11bb is 0.40.

The process color (four color CMYK) of #9e11bb color hex is 0.16, 0.91, 0.00, 0.27. Web safe color of #9e11bb is #9900cc. Color #9e11bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010001 10111011
Octal 236 21 273
Decimal 158 17 187
Hex 9E 11 BB

RGB Percentages of Color #9e11bb

%43.65
%4.70
%51.66

CMYK Percentages of Color #9e11bb

%16
%91
%0
%27

Triadic Colors of #9e11bb

#9e11bb #bb9e11 #11bb9e

Analogous Colors of #9e11bb

#9e11bb #bb1183 #4911bb

Monochromatic Colors of #9e11bb

#9e11bb

Complementary Color

#9e11bb #2ebb11

#9e11bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e11bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e11bb Color CSS Codes

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

#9e11bb Text Font Color

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

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


#9e11bb Background Color

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

This div background color is #9e11bb


#9e11bb Border Color

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

This div border color is #9e11bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e11bb


Comments

No comments written yet.

Please login to write comment.