Color Hex Logo

#ac20ce Color Hex

#AC20CE
(172,32,206)
0 Favorites   0 Comments

Color spaces of #ac20ce

RGB 17232206
HSL0.800.730.47
HSV288°84°81°
CMYK 0.170.840.00   0.19
XYZ28.670314.259959.6339
Yxy14.25990.27950.1390
Hunter Lab37.762369.4388-67.1967
CIE-Lab44.603474.1051-59.1457

#ac20ce color RGB value is (172,32,206).

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

The process color (four color CMYK) of #ac20ce color hex is 0.17, 0.84, 0.00, 0.19. Web safe color of #ac20ce is #9933cc. Color #ac20ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 11001110
Octal 254 40 316
Decimal 172 32 206
Hex AC 20 CE

RGB Percentages of Color #ac20ce

%41.95
%7.80
%50.24

CMYK Percentages of Color #ac20ce

%17
%84
%0
%19

Triadic Colors of #ac20ce

#ac20ce #ceac20 #20ceac

Analogous Colors of #ac20ce

#ac20ce #ce2099 #5520ce

Monochromatic Colors of #ac20ce

#ac20ce

Complementary Color

#ac20ce #42ce20

#ac20ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20ce Color CSS Codes

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

#ac20ce Text Font Color

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

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


#ac20ce Background Color

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

This div background color is #ac20ce


#ac20ce Border Color

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

This div border color is #ac20ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20ce


Comments

No comments written yet.

Please login to write comment.