Color Hex Logo

#ac329e Color Hex

#AC329E
(172,50,158)
0 Favorites   0 Comments

Color spaces of #ac329e

RGB 17250158
HSL0.850.550.44
HSV307°71°67°
CMYK 0.000.710.08   0.33
XYZ24.325413.520533.6754
Yxy13.52050.34010.1890
Hunter Lab36.770253.7390-28.5606
CIE-Lab43.537360.8252-32.6027

#ac329e color RGB value is (172,50,158).

#ac329e hex color red value is 172, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ac329e hue: 0.85 , saturation: 0.55 and the lightness value of ac329e is 0.44.

The process color (four color CMYK) of #ac329e color hex is 0.00, 0.71, 0.08, 0.33. Web safe color of #ac329e is #993399. Color #ac329e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 10011110
Octal 254 62 236
Decimal 172 50 158
Hex AC 32 9E

RGB Percentages of Color #ac329e

%45.26
%13.16
%41.58

CMYK Percentages of Color #ac329e

%0
%71
%8
%33

Triadic Colors of #ac329e

#ac329e #9eac32 #329eac

Analogous Colors of #ac329e

#ac329e #ac3261 #7d32ac

Monochromatic Colors of #ac329e

#ac329e

Complementary Color

#ac329e #32ac40

#ac329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac329e Color CSS Codes

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

#ac329e Text Font Color

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

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


#ac329e Background Color

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

This div background color is #ac329e


#ac329e Border Color

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

This div border color is #ac329e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac329e


Comments

No comments written yet.

Please login to write comment.