Color Hex Logo

#ac204c Color Hex

#AC204C
(172,32,76)
0 Favorites   0 Comments

Color spaces of #ac204c

RGB 1723276
HSL0.950.690.40
HSV341°81°67°
CMYK 0.000.810.56   0.33
XYZ18.834310.32557.8378
Yxy10.32550.50910.2791
Hunter Lab32.133348.39098.0316
CIE-Lab38.420456.930510.6312

#ac204c color RGB value is (172,32,76).

#ac204c hex color red value is 172, green value is 32 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ac204c hue: 0.95 , saturation: 0.69 and the lightness value of ac204c is 0.40.

The process color (four color CMYK) of #ac204c color hex is 0.00, 0.81, 0.56, 0.33. Web safe color of #ac204c is #993333. Color #ac204c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 01001100
Octal 254 40 114
Decimal 172 32 76
Hex AC 20 4C

RGB Percentages of Color #ac204c

%61.43
%11.43
%27.14

CMYK Percentages of Color #ac204c

%0
%81
%56
%33

Triadic Colors of #ac204c

#ac204c #4cac20 #204cac

Analogous Colors of #ac204c

#ac204c #ac3a20 #ac2092

Monochromatic Colors of #ac204c

#ac204c

Complementary Color

#ac204c #20ac80

#ac204c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac204c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac204c Color CSS Codes

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

#ac204c Text Font Color

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

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


#ac204c Background Color

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

This div background color is #ac204c


#ac204c Border Color

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

This div border color is #ac204c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac204c


Comments

No comments written yet.

Please login to write comment.