Color Hex Logo

#9e8abb Color Hex

#9E8ABB
(158,138,187)
0 Favorites   0 Comments

Color spaces of #9e8abb

RGB 158138187
HSL0.730.260.64
HSV264°26°73°
CMYK 0.160.260.00   0.27
XYZ32.158729.033950.9229
Yxy29.03390.28680.2590
Hunter Lab53.883112.2375-18.3146
CIE-Lab60.811517.3253-22.8101

#9e8abb color RGB value is (158,138,187).

#9e8abb hex color red value is 158, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9e8abb hue: 0.73 , saturation: 0.26 and the lightness value of 9e8abb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10001010 10111011
Octal 236 212 273
Decimal 158 138 187
Hex 9E 8A BB

RGB Percentages of Color #9e8abb

%32.71
%28.57
%38.72

CMYK Percentages of Color #9e8abb

%16
%26
%0
%27

Triadic Colors of #9e8abb

#9e8abb #bb9e8a #8abb9e

Analogous Colors of #9e8abb

#9e8abb #b78abb #8a8fbb

Monochromatic Colors of #9e8abb

#9e8abb

Complementary Color

#9e8abb #a7bb8a

#9e8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e8abb Color CSS Codes

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

#9e8abb Text Font Color

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

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


#9e8abb Background Color

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

This div background color is #9e8abb


#9e8abb Border Color

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

This div border color is #9e8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e8abb


Comments

No comments written yet.

Please login to write comment.