Color Hex Logo

#9e16ab Color Hex

#9E16AB
(158,22,171)
0 Favorites   0 Comments

Color spaces of #9e16ab

RGB 15822171
HSL0.820.770.38
HSV295°87°67°
CMYK 0.080.870.00   0.33
XYZ21.738110.783239.4637
Yxy10.78320.30200.1498
Hunter Lab32.837860.6981-48.2669
CIE-Lab39.212967.7854-47.4020

#9e16ab color RGB value is (158,22,171).

#9e16ab hex color red value is 158, green value is 22 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9e16ab hue: 0.82 , saturation: 0.77 and the lightness value of 9e16ab is 0.38.

The process color (four color CMYK) of #9e16ab color hex is 0.08, 0.87, 0.00, 0.33. Web safe color of #9e16ab is #990099. Color #9e16ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010110 10101011
Octal 236 26 253
Decimal 158 22 171
Hex 9E 16 AB

RGB Percentages of Color #9e16ab

%45.01
%6.27
%48.72

CMYK Percentages of Color #9e16ab

%8
%87
%0
%33

Triadic Colors of #9e16ab

#9e16ab #ab9e16 #16ab9e

Analogous Colors of #9e16ab

#9e16ab #ab166e #5316ab

Monochromatic Colors of #9e16ab

#9e16ab

Complementary Color

#9e16ab #23ab16

#9e16ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e16ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e16ab Color CSS Codes

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

#9e16ab Text Font Color

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

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


#9e16ab Background Color

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

This div background color is #9e16ab


#9e16ab Border Color

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

This div border color is #9e16ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e16ab


Comments

No comments written yet.

Please login to write comment.