Color Hex Logo

#8887ad Color Hex

#8887AD
(136,135,173)
0 Favorites   0 Comments

Color spaces of #8887ad

RGB 136135173
HSL0.670.190.60
HSV242°22°68°
CMYK 0.210.220.00   0.32
XYZ26.360125.579343.0831
Yxy25.57930.27740.2692
Hunter Lab50.57604.5259-15.1029
CIE-Lab57.63568.6719-19.8713

#8887ad color RGB value is (136,135,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000111 10101101
Octal 210 207 255
Decimal 136 135 173
Hex 88 87 AD

RGB Percentages of Color #8887ad

%30.63
%30.41
%38.96

CMYK Percentages of Color #8887ad

%21
%22
%0
%32

Triadic Colors of #8887ad

#8887ad #ad8887 #87ad88

Analogous Colors of #8887ad

#8887ad #9b87ad #8799ad

Monochromatic Colors of #8887ad

#8887ad

Complementary Color

#8887ad #acad87

#8887ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8887ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8887ad Color CSS Codes

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

#8887ad Text Font Color

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

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


#8887ad Background Color

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

This div background color is #8887ad


#8887ad Border Color

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

This div border color is #8887ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8887ad


Comments

No comments written yet.

Please login to write comment.