Color Hex Logo

#ac7aab Color Hex

#AC7AAB
(172,122,171)
0 Favorites   0 Comments

Color spaces of #ac7aab

RGB 172122171
HSL0.840.230.58
HSV301°29°67°
CMYK 0.000.290.01   0.33
XYZ31.323525.630041.8242
Yxy25.63000.31710.2595
Hunter Lab50.626121.8463-13.5435
CIE-Lab57.684227.7627-18.3432

#ac7aab color RGB value is (172,122,171).

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

The process color (four color CMYK) of #ac7aab color hex is 0.00, 0.29, 0.01, 0.33. Web safe color of #ac7aab is #996699. Color #ac7aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111010 10101011
Octal 254 172 253
Decimal 172 122 171
Hex AC 7A AB

RGB Percentages of Color #ac7aab

%36.99
%26.24
%36.77

CMYK Percentages of Color #ac7aab

%0
%29
%1
%33

Triadic Colors of #ac7aab

#ac7aab #abac7a #7aabac

Analogous Colors of #ac7aab

#ac7aab #ac7a92 #947aac

Monochromatic Colors of #ac7aab

#ac7aab

Complementary Color

#ac7aab #7aac7b

#ac7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7aab Color CSS Codes

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

#ac7aab Text Font Color

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

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


#ac7aab Background Color

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

This div background color is #ac7aab


#ac7aab Border Color

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

This div border color is #ac7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7aab


Comments

No comments written yet.

Please login to write comment.