Color Hex Logo

#9e97aa Color Hex

#9E97AA
(158,151,170)
0 Favorites   0 Comments

Color spaces of #9e97aa

RGB 158151170
HSL0.730.100.63
HSV262°11°67°
CMYK 0.070.110.00   0.33
XYZ32.422932.304642.5568
Yxy32.30460.30220.3011
Hunter Lab56.83712.3608-4.6074
CIE-Lab63.59386.2842-8.9981

#9e97aa color RGB value is (158,151,170).

#9e97aa hex color red value is 158, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9e97aa hue: 0.73 , saturation: 0.10 and the lightness value of 9e97aa is 0.63.

The process color (four color CMYK) of #9e97aa color hex is 0.07, 0.11, 0.00, 0.33. Web safe color of #9e97aa is #999999. Color #9e97aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010111 10101010
Octal 236 227 252
Decimal 158 151 170
Hex 9E 97 AA

RGB Percentages of Color #9e97aa

%32.99
%31.52
%35.49

CMYK Percentages of Color #9e97aa

%7
%11
%0
%33

Triadic Colors of #9e97aa

#9e97aa #aa9e97 #97aa9e

Analogous Colors of #9e97aa

#9e97aa #a897aa #979aaa

Monochromatic Colors of #9e97aa

#9e97aa

Complementary Color

#9e97aa #a3aa97

#9e97aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e97aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e97aa Color CSS Codes

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

#9e97aa Text Font Color

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

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


#9e97aa Background Color

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

This div background color is #9e97aa


#9e97aa Border Color

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

This div border color is #9e97aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e97aa

#9e97aa Color Palettes


Comments

No comments written yet.

Please login to write comment.