Color Hex Logo

#ac807f Color Hex

#AC807F
(172,128,127)
0 Favorites   0 Comments

Color spaces of #ac807f

RGB 172128127
HSL0.000.210.59
HSV26°67°
CMYK 0.000.260.26   0.33
XYZ28.563225.741323.5418
Yxy25.74130.36690.3307
Hunter Lab50.735911.70388.0042
CIE-Lab57.790716.84527.1861

#ac807f color RGB value is (172,128,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 01111111
Octal 254 200 177
Decimal 172 128 127
Hex AC 80 7F

RGB Percentages of Color #ac807f

%40.28
%29.98
%29.74

CMYK Percentages of Color #ac807f

%0
%26
%26
%33

Triadic Colors of #ac807f

#ac807f #7fac80 #807fac

Analogous Colors of #ac807f

#ac807f #ac977f #ac7f95

Monochromatic Colors of #ac807f

#ac807f

Complementary Color

#ac807f #7fabac

#ac807f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac807f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac807f Color CSS Codes

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

#ac807f Text Font Color

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

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


#ac807f Background Color

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

This div background color is #ac807f


#ac807f Border Color

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

This div border color is #ac807f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac807f


Comments

No comments written yet.

Please login to write comment.