Color Hex Logo

#ac7eab Color Hex

#AC7EAB
(172,126,171)
0 Favorites   0 Comments

Color spaces of #ac7eab

RGB 172126171
HSL0.840.220.58
HSV301°27°67°
CMYK 0.000.270.01   0.33
XYZ31.824826.632641.9913
Yxy26.63260.31680.2651
Hunter Lab51.606819.7653-12.1182
CIE-Lab58.632725.5068-16.9011

#ac7eab color RGB value is (172,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111110 10101011
Octal 254 176 253
Decimal 172 126 171
Hex AC 7E AB

RGB Percentages of Color #ac7eab

%36.67
%26.87
%36.46

CMYK Percentages of Color #ac7eab

%0
%27
%1
%33

Triadic Colors of #ac7eab

#ac7eab #abac7e #7eabac

Analogous Colors of #ac7eab

#ac7eab #ac7e94 #967eac

Monochromatic Colors of #ac7eab

#ac7eab

Complementary Color

#ac7eab #7eac7f

#ac7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7eab Color CSS Codes

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

#ac7eab Text Font Color

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

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


#ac7eab Background Color

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

This div background color is #ac7eab


#ac7eab Border Color

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

This div border color is #ac7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7eab


Comments

No comments written yet.

Please login to write comment.