Color Hex Logo

#ac20cc Color Hex

#AC20CC
(172,32,204)
0 Favorites   0 Comments

Color spaces of #ac20cc

RGB 17232204
HSL0.800.730.46
HSV289°84°80°
CMYK 0.160.840.00   0.20
XYZ28.428914.163358.3622
Yxy14.16330.28160.1403
Hunter Lab37.634268.9794-65.6017
CIE-Lab44.466273.7525-58.2107

#ac20cc color RGB value is (172,32,204).

#ac20cc hex color red value is 172, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac20cc hue: 0.80 , saturation: 0.73 and the lightness value of ac20cc is 0.46.

The process color (four color CMYK) of #ac20cc color hex is 0.16, 0.84, 0.00, 0.20. Web safe color of #ac20cc is #9933cc. Color #ac20cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 11001100
Octal 254 40 314
Decimal 172 32 204
Hex AC 20 CC

RGB Percentages of Color #ac20cc

%42.16
%7.84
%50.00

CMYK Percentages of Color #ac20cc

%16
%84
%0
%20

Triadic Colors of #ac20cc

#ac20cc #ccac20 #20ccac

Analogous Colors of #ac20cc

#ac20cc #cc2096 #5620cc

Monochromatic Colors of #ac20cc

#ac20cc

Complementary Color

#ac20cc #40cc20

#ac20cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20cc Color CSS Codes

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

#ac20cc Text Font Color

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

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


#ac20cc Background Color

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

This div background color is #ac20cc


#ac20cc Border Color

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

This div border color is #ac20cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20cc


Comments

No comments written yet.

Please login to write comment.