Color Hex Logo

#ac8aab Color Hex

#AC8AAB
(172,138,171)
0 Favorites   0 Comments

Color spaces of #ac8aab

RGB 172138171
HSL0.840.170.61
HSV302°20°67°
CMYK 0.000.200.01   0.33
XYZ33.452429.887942.5339
Yxy29.88790.31600.2823
Hunter Lab54.669813.5517-7.8596
CIE-Lab61.557418.7212-12.4830

#ac8aab color RGB value is (172,138,171).

#ac8aab hex color red value is 172, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ac8aab hue: 0.84 , saturation: 0.17 and the lightness value of ac8aab is 0.61.

The process color (four color CMYK) of #ac8aab color hex is 0.00, 0.20, 0.01, 0.33. Web safe color of #ac8aab is #999999. Color #ac8aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001010 10101011
Octal 254 212 253
Decimal 172 138 171
Hex AC 8A AB

RGB Percentages of Color #ac8aab

%35.76
%28.69
%35.55

CMYK Percentages of Color #ac8aab

%0
%20
%1
%33

Triadic Colors of #ac8aab

#ac8aab #abac8a #8aabac

Analogous Colors of #ac8aab

#ac8aab #ac8a9a #9c8aac

Monochromatic Colors of #ac8aab

#ac8aab

Complementary Color

#ac8aab #8aac8b

#ac8aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8aab Color CSS Codes

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

#ac8aab Text Font Color

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

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


#ac8aab Background Color

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

This div background color is #ac8aab


#ac8aab Border Color

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

This div border color is #ac8aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8aab


Comments

No comments written yet.

Please login to write comment.