Color Hex Logo

#9d97af Color Hex

#9D97AF
(157,151,175)
0 Favorites   0 Comments

Color spaces of #9d97af

RGB 157151175
HSL0.710.130.64
HSV255°14°69°
CMYK 0.100.140.00   0.31
XYZ32.709132.396545.0866
Yxy32.39650.29680.2940
Hunter Lab56.91792.9725-7.1231
CIE-Lab63.66926.9841-11.7100

#9d97af color RGB value is (157,151,175).

#9d97af hex color red value is 157, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9d97af hue: 0.71 , saturation: 0.13 and the lightness value of 9d97af is 0.64.

The process color (four color CMYK) of #9d97af color hex is 0.10, 0.14, 0.00, 0.31. Web safe color of #9d97af is #999999. Color #9d97af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010111 10101111
Octal 235 227 257
Decimal 157 151 175
Hex 9D 97 AF

RGB Percentages of Color #9d97af

%32.51
%31.26
%36.23

CMYK Percentages of Color #9d97af

%10
%14
%0
%31

Triadic Colors of #9d97af

#9d97af #af9d97 #97af9d

Analogous Colors of #9d97af

#9d97af #a997af #979daf

Monochromatic Colors of #9d97af

#9d97af

Complementary Color

#9d97af #a9af97

#9d97af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d97af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d97af Color CSS Codes

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

#9d97af Text Font Color

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

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


#9d97af Background Color

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

This div background color is #9d97af


#9d97af Border Color

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

This div border color is #9d97af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d97af


Comments

No comments written yet.

Please login to write comment.