Color Hex Logo

#9e88ab Color Hex

#9E88AB
(158,136,171)
0 Favorites   0 Comments

Color spaces of #9e88ab

RGB 158136171
HSL0.770.170.60
HSV278°20°67°
CMYK 0.080.200.00   0.33
XYZ30.255427.817742.3028
Yxy27.81770.30140.2771
Hunter Lab52.742510.0961-10.6346
CIE-Lab59.723715.0006-15.3792

#9e88ab color RGB value is (158,136,171).

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

The process color (four color CMYK) of #9e88ab color hex is 0.08, 0.20, 0.00, 0.33. Web safe color of #9e88ab is #999999. Color #9e88ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10001000 10101011
Octal 236 210 253
Decimal 158 136 171
Hex 9E 88 AB

RGB Percentages of Color #9e88ab

%33.98
%29.25
%36.77

CMYK Percentages of Color #9e88ab

%8
%20
%0
%33

Triadic Colors of #9e88ab

#9e88ab #ab9e88 #88ab9e

Analogous Colors of #9e88ab

#9e88ab #ab88a7 #8d88ab

Monochromatic Colors of #9e88ab

#9e88ab

Complementary Color

#9e88ab #95ab88

#9e88ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e88ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e88ab Color CSS Codes

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

#9e88ab Text Font Color

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

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


#9e88ab Background Color

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

This div background color is #9e88ab


#9e88ab Border Color

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

This div border color is #9e88ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,136,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 #9e88ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e88ab


Comments

No comments written yet.

Please login to write comment.