Color Hex Logo

#ac818f Color Hex

#AC818F
(172,129,143)
0 Favorites   0 Comments

Color spaces of #ac818f

RGB 172129143
HSL0.950.210.59
HSV340°25°67°
CMYK 0.000.250.17   0.33
XYZ29.821426.454329.5210
Yxy26.45430.34760.3083
Hunter Lab51.433713.48561.9734
CIE-Lab58.465818.7823-1.0562

#ac818f color RGB value is (172,129,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 10001111
Octal 254 201 217
Decimal 172 129 143
Hex AC 81 8F

RGB Percentages of Color #ac818f

%38.74
%29.05
%32.21

CMYK Percentages of Color #ac818f

%0
%25
%17
%33

Triadic Colors of #ac818f

#ac818f #8fac81 #818fac

Analogous Colors of #ac818f

#ac818f #ac8981 #ac81a5

Monochromatic Colors of #ac818f

#ac818f

Complementary Color

#ac818f #81ac9e

#ac818f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac818f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac818f Color CSS Codes

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

#ac818f Text Font Color

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

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


#ac818f Background Color

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

This div background color is #ac818f


#ac818f Border Color

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

This div border color is #ac818f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,129,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 #ac818f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac818f


Comments

No comments written yet.

Please login to write comment.