Color Hex Logo

#ac879e Color Hex

#AC879E
(172,135,158)
0 Favorites   0 Comments

Color spaces of #ac879e

RGB 172135158
HSL0.900.180.60
HSV323°22°67°
CMYK 0.000.220.08   0.33
XYZ31.848828.567236.1832
Yxy28.56720.32970.2957
Hunter Lab53.448312.8302-2.7241
CIE-Lab60.397717.9861-6.8103

#ac879e color RGB value is (172,135,158).

#ac879e hex color red value is 172, green value is 135 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ac879e hue: 0.90 , saturation: 0.18 and the lightness value of ac879e is 0.60.

The process color (four color CMYK) of #ac879e color hex is 0.00, 0.22, 0.08, 0.33. Web safe color of #ac879e is #999999. Color #ac879e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 10011110
Octal 254 207 236
Decimal 172 135 158
Hex AC 87 9E

RGB Percentages of Color #ac879e

%36.99
%29.03
%33.98

CMYK Percentages of Color #ac879e

%0
%22
%8
%33

Triadic Colors of #ac879e

#ac879e #9eac87 #879eac

Analogous Colors of #ac879e

#ac879e #ac878c #a887ac

Monochromatic Colors of #ac879e

#ac879e

Complementary Color

#ac879e #87ac95

#ac879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac879e Color CSS Codes

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

#ac879e Text Font Color

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

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


#ac879e Background Color

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

This div background color is #ac879e


#ac879e Border Color

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

This div border color is #ac879e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,135,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac879e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac879e;
  -webkit-box-shadow: 1px 1px 3px 2px #ac879e;
  box-shadow:         1px 1px 3px 2px #ac879e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac879e


Comments

No comments written yet.

Please login to write comment.