Color Hex Logo

#ac819c Color Hex

#AC819C
(172,129,156)
0 Favorites   0 Comments

Color spaces of #ac819c

RGB 172129156
HSL0.900.210.59
HSV322°25°67°
CMYK 0.000.250.09   0.33
XYZ30.864326.871535.0125
Yxy26.87150.33280.2897
Hunter Lab51.837715.5633-3.7595
CIE-Lab58.855221.0191-7.9594

#ac819c color RGB value is (172,129,156).

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

The process color (four color CMYK) of #ac819c color hex is 0.00, 0.25, 0.09, 0.33. Web safe color of #ac819c is #999999. Color #ac819c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 10011100
Octal 254 201 234
Decimal 172 129 156
Hex AC 81 9C

RGB Percentages of Color #ac819c

%37.64
%28.23
%34.14

CMYK Percentages of Color #ac819c

%0
%25
%9
%33

Triadic Colors of #ac819c

#ac819c #9cac81 #819cac

Analogous Colors of #ac819c

#ac819c #ac8187 #a781ac

Monochromatic Colors of #ac819c

#ac819c

Complementary Color

#ac819c #81ac91

#ac819c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac819c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac819c Color CSS Codes

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

#ac819c Text Font Color

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

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


#ac819c Background Color

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

This div background color is #ac819c


#ac819c Border Color

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

This div border color is #ac819c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac819c


Comments

No comments written yet.

Please login to write comment.