Color Hex Logo

#ac325e Color Hex

#AC325E
(172,50,94)
0 Favorites   0 Comments

Color spaces of #ac325e

RGB 1725094
HSL0.940.550.44
HSV338°71°67°
CMYK 0.000.710.45   0.33
XYZ20.174211.860011.8156
Yxy11.86000.46010.2705
Hunter Lab34.438444.29933.7648
CIE-Lab40.992752.59772.8677

#ac325e color RGB value is (172,50,94).

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

The process color (four color CMYK) of #ac325e color hex is 0.00, 0.71, 0.45, 0.33. Web safe color of #ac325e is #993366. Color #ac325e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 01011110
Octal 254 62 136
Decimal 172 50 94
Hex AC 32 5E

RGB Percentages of Color #ac325e

%54.43
%15.82
%29.75

CMYK Percentages of Color #ac325e

%0
%71
%45
%33

Triadic Colors of #ac325e

#ac325e #5eac32 #325eac

Analogous Colors of #ac325e

#ac325e #ac4332 #ac329b

Monochromatic Colors of #ac325e

#ac325e

Complementary Color

#ac325e #32ac80

#ac325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac325e Color CSS Codes

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

#ac325e Text Font Color

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

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


#ac325e Background Color

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

This div background color is #ac325e


#ac325e Border Color

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

This div border color is #ac325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac325e


Comments

No comments written yet.

Please login to write comment.