Color Hex Logo

#ac80a1 Color Hex

#AC80A1
(172,128,161)
0 Favorites   0 Comments

Color spaces of #ac80a1

RGB 172128161
HSL0.880.210.59
HSV315°26°67°
CMYK 0.000.260.06   0.33
XYZ31.165526.782237.2451
Yxy26.78220.32740.2813
Hunter Lab51.751516.9301-6.4444
CIE-Lab58.772222.4913-10.9552

#ac80a1 color RGB value is (172,128,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 10100001
Octal 254 200 241
Decimal 172 128 161
Hex AC 80 A1

RGB Percentages of Color #ac80a1

%37.31
%27.77
%34.92

CMYK Percentages of Color #ac80a1

%0
%26
%6
%33

Triadic Colors of #ac80a1

#ac80a1 #a1ac80 #80a1ac

Analogous Colors of #ac80a1

#ac80a1 #ac808b #a180ac

Monochromatic Colors of #ac80a1

#ac80a1

Complementary Color

#ac80a1 #80ac8b

#ac80a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac80a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac80a1 Color CSS Codes

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

#ac80a1 Text Font Color

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

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


#ac80a1 Background Color

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

This div background color is #ac80a1


#ac80a1 Border Color

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

This div border color is #ac80a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac80a1


Comments

No comments written yet.

Please login to write comment.