Color Hex Logo

#ac808f Color Hex

#AC808F
(172,128,143)
0 Favorites   0 Comments

Color spaces of #ac808f

RGB 172128143
HSL0.940.210.59
HSV340°26°67°
CMYK 0.000.260.17   0.33
XYZ29.690426.192229.4773
Yxy26.19220.34780.3068
Hunter Lab51.178313.99231.6754
CIE-Lab58.219019.3477-1.4177

#ac808f color RGB value is (172,128,143).

#ac808f hex color red value is 172, green value is 128 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ac808f hue: 0.94 , saturation: 0.21 and the lightness value of ac808f is 0.59.

The process color (four color CMYK) of #ac808f color hex is 0.00, 0.26, 0.17, 0.33. Web safe color of #ac808f is #999999. Color #ac808f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 10001111
Octal 254 200 217
Decimal 172 128 143
Hex AC 80 8F

RGB Percentages of Color #ac808f

%38.83
%28.89
%32.28

CMYK Percentages of Color #ac808f

%0
%26
%17
%33

Triadic Colors of #ac808f

#ac808f #8fac80 #808fac

Analogous Colors of #ac808f

#ac808f #ac8780 #ac80a5

Monochromatic Colors of #ac808f

#ac808f

Complementary Color

#ac808f #80ac9d

#ac808f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac808f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac808f Color CSS Codes

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

#ac808f Text Font Color

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

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


#ac808f Background Color

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

This div background color is #ac808f


#ac808f Border Color

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

This div border color is #ac808f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac808f


Comments

No comments written yet.

Please login to write comment.