Color Hex Logo

#ac7eaa Color Hex

#AC7EAA
(172,126,170)
0 Favorites   0 Comments

Color spaces of #ac7eaa

RGB 172126170
HSL0.840.220.58
HSV303°27°67°
CMYK 0.000.270.01   0.33
XYZ31.729826.594641.4911
Yxy26.59460.31790.2664
Hunter Lab51.570019.5795-11.6034
CIE-Lab58.597225.3141-16.3820

#ac7eaa color RGB value is (172,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111110 10101010
Octal 254 176 252
Decimal 172 126 170
Hex AC 7E AA

RGB Percentages of Color #ac7eaa

%36.75
%26.92
%36.32

CMYK Percentages of Color #ac7eaa

%0
%27
%1
%33

Triadic Colors of #ac7eaa

#ac7eaa #aaac7e #7eaaac

Analogous Colors of #ac7eaa

#ac7eaa #ac7e93 #977eac

Monochromatic Colors of #ac7eaa

#ac7eaa

Complementary Color

#ac7eaa #7eac80

#ac7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7eaa Color CSS Codes

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

#ac7eaa Text Font Color

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

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


#ac7eaa Background Color

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

This div background color is #ac7eaa


#ac7eaa Border Color

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

This div border color is #ac7eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7eaa


Comments

No comments written yet.

Please login to write comment.