Color Hex Logo

#ac325b Color Hex

#AC325B
(172,50,91)
0 Favorites   0 Comments

Color spaces of #ac325b

RGB 1725091
HSL0.940.550.44
HSV340°71°67°
CMYK 0.000.710.47   0.33
XYZ20.042211.807211.1202
Yxy11.80720.46640.2748
Hunter Lab34.361643.98144.8655
CIE-Lab40.908052.31094.6311

#ac325b color RGB value is (172,50,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 01011011
Octal 254 62 133
Decimal 172 50 91
Hex AC 32 5B

RGB Percentages of Color #ac325b

%54.95
%15.97
%29.07

CMYK Percentages of Color #ac325b

%0
%71
%47
%33

Triadic Colors of #ac325b

#ac325b #5bac32 #325bac

Analogous Colors of #ac325b

#ac325b #ac4632 #ac3298

Monochromatic Colors of #ac325b

#ac325b

Complementary Color

#ac325b #32ac83

#ac325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac325b Color CSS Codes

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

#ac325b Text Font Color

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

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


#ac325b Background Color

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

This div background color is #ac325b


#ac325b Border Color

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

This div border color is #ac325b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac325b


Comments

No comments written yet.

Please login to write comment.