Color Hex Logo

#8988ac Color Hex

#8988AC
(137,136,172)
0 Favorites   0 Comments

Color spaces of #8988ac

RGB 137136172
HSL0.670.180.60
HSV242°21°67°
CMYK 0.200.210.00   0.33
XYZ26.567125.905242.6297
Yxy25.90520.27940.2724
Hunter Lab50.89724.1027-14.0313
CIE-Lab57.94708.1809-18.8175

#8988ac color RGB value is (137,136,172).

#8988ac hex color red value is 137, green value is 136 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8988ac hue: 0.67 , saturation: 0.18 and the lightness value of 8988ac is 0.60.

The process color (four color CMYK) of #8988ac color hex is 0.20, 0.21, 0.00, 0.33. Web safe color of #8988ac is #999999. Color #8988ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001000 10101100
Octal 211 210 254
Decimal 137 136 172
Hex 89 88 AC

RGB Percentages of Color #8988ac

%30.79
%30.56
%38.65

CMYK Percentages of Color #8988ac

%20
%21
%0
%33

Triadic Colors of #8988ac

#8988ac #ac8988 #88ac89

Analogous Colors of #8988ac

#8988ac #9b88ac #8899ac

Monochromatic Colors of #8988ac

#8988ac

Complementary Color

#8988ac #abac88

#8988ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8988ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8988ac Color CSS Codes

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

#8988ac Text Font Color

<p style="color:#8988ac">Text here</p>

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


#8988ac Background Color

<div style="background-color:#8988ac">
Div content here</div>

This div background color is #8988ac


#8988ac Border Color

<div style="border:3px solid #8988ac">
Div here</div>

This div border color is #8988ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,136,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8988ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8988ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8988ac;
  box-shadow:         1px 1px 3px 2px #8988ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,136,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8988ac


Comments

No comments written yet.

Please login to write comment.