Color Hex Logo

#ac529f Color Hex

#AC529F
(172,82,159)
0 Favorites   0 Comments

Color spaces of #ac529f

RGB 17282159
HSL0.860.350.50
HSV309°52°67°
CMYK 0.000.520.08   0.33
XYZ26.288617.308434.7562
Yxy17.30840.33550.2209
Hunter Lab41.603439.9858-20.4096
CIE-Lab48.646347.1236-25.2258

#ac529f color RGB value is (172,82,159).

#ac529f hex color red value is 172, green value is 82 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ac529f hue: 0.86 , saturation: 0.35 and the lightness value of ac529f is 0.50.

The process color (four color CMYK) of #ac529f color hex is 0.00, 0.52, 0.08, 0.33. Web safe color of #ac529f is #996699. Color #ac529f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 10011111
Octal 254 122 237
Decimal 172 82 159
Hex AC 52 9F

RGB Percentages of Color #ac529f

%41.65
%19.85
%38.50

CMYK Percentages of Color #ac529f

%0
%52
%8
%33

Triadic Colors of #ac529f

#ac529f #9fac52 #529fac

Analogous Colors of #ac529f

#ac529f #ac5272 #8c52ac

Monochromatic Colors of #ac529f

#ac529f

Complementary Color

#ac529f #52ac5f

#ac529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac529f Color CSS Codes

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

#ac529f Text Font Color

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

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


#ac529f Background Color

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

This div background color is #ac529f


#ac529f Border Color

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

This div border color is #ac529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac529f


Comments

No comments written yet.

Please login to write comment.