Color Hex Logo

#ac80ab Color Hex

#AC80AB
(172,128,171)
0 Favorites   0 Comments

Color spaces of #ac80ab

RGB 172128171
HSL0.840.210.59
HSV301°26°67°
CMYK 0.000.260.01   0.33
XYZ32.083127.149342.0774
Yxy27.14930.31670.2680
Hunter Lab52.105018.7258-11.4062
CIE-Lab59.112324.3765-16.1737

#ac80ab color RGB value is (172,128,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 10101011
Octal 254 200 253
Decimal 172 128 171
Hex AC 80 AB

RGB Percentages of Color #ac80ab

%36.52
%27.18
%36.31

CMYK Percentages of Color #ac80ab

%0
%26
%1
%33

Triadic Colors of #ac80ab

#ac80ab #abac80 #80abac

Analogous Colors of #ac80ab

#ac80ab #ac8095 #9780ac

Monochromatic Colors of #ac80ab

#ac80ab

Complementary Color

#ac80ab #80ac81

#ac80ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac80ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac80ab Color CSS Codes

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

#ac80ab Text Font Color

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

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


#ac80ab Background Color

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

This div background color is #ac80ab


#ac80ab Border Color

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

This div border color is #ac80ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac80ab


Comments

No comments written yet.

Please login to write comment.