Color Hex Logo

#8797ad Color Hex

#8797AD
(135,151,173)
0 Favorites   0 Comments

Color spaces of #8797ad

RGB 135151173
HSL0.600.190.60
HSV215°22°68°
CMYK 0.220.130.00   0.32
XYZ28.601130.301243.8764
Yxy30.30120.27830.2948
Hunter Lab55.0465-3.5863-8.7262
CIE-Lab61.9132-0.7764-13.3917

#8797ad color RGB value is (135,151,173).

#8797ad hex color red value is 135, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8797ad hue: 0.60 , saturation: 0.19 and the lightness value of 8797ad is 0.60.

The process color (four color CMYK) of #8797ad color hex is 0.22, 0.13, 0.00, 0.32. Web safe color of #8797ad is #999999. Color #8797ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010111 10101101
Octal 207 227 255
Decimal 135 151 173
Hex 87 97 AD

RGB Percentages of Color #8797ad

%29.41
%32.90
%37.69

CMYK Percentages of Color #8797ad

%22
%13
%0
%32

Triadic Colors of #8797ad

#8797ad #ad8797 #97ad87

Analogous Colors of #8797ad

#8797ad #8a87ad #87aaad

Monochromatic Colors of #8797ad

#8797ad

Complementary Color

#8797ad #ad9d87

#8797ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8797ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8797ad Color CSS Codes

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

#8797ad Text Font Color

<p style="color:#8797ad">Text here</p>

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


#8797ad Background Color

<div style="background-color:#8797ad">
Div content here</div>

This div background color is #8797ad


#8797ad Border Color

<div style="border:3px solid #8797ad">
Div here</div>

This div border color is #8797ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,151,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8797ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8797ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8797ad;
  box-shadow:         1px 1px 3px 2px #8797ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8797ad


Comments

No comments written yet.

Please login to write comment.