Color Hex Logo

#ac325a Color Hex

#AC325A
(172,50,90)
0 Favorites   0 Comments

Color spaces of #ac325a

RGB 1725090
HSL0.950.550.44
HSV340°71°67°
CMYK 0.000.710.48   0.33
XYZ19.999311.790010.8945
Yxy11.79000.46850.2762
Hunter Lab34.336643.87815.2237
CIE-Lab40.880452.21765.2203

#ac325a color RGB value is (172,50,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 01011010
Octal 254 62 132
Decimal 172 50 90
Hex AC 32 5A

RGB Percentages of Color #ac325a

%55.13
%16.03
%28.85

CMYK Percentages of Color #ac325a

%0
%71
%48
%33

Triadic Colors of #ac325a

#ac325a #5aac32 #325aac

Analogous Colors of #ac325a

#ac325a #ac4732 #ac3297

Monochromatic Colors of #ac325a

#ac325a

Complementary Color

#ac325a #32ac84

#ac325a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac325a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac325a Color CSS Codes

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

#ac325a Text Font Color

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

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


#ac325a Background Color

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

This div background color is #ac325a


#ac325a Border Color

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

This div border color is #ac325a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac325a


Comments

No comments written yet.

Please login to write comment.