Color Hex Logo

#ac12cc Color Hex

#AC12CC
(172,18,204)
0 Favorites   0 Comments

Color spaces of #ac12cc

RGB 17218204
HSL0.800.840.44
HSV290°91°80°
CMYK 0.160.910.00   0.20
XYZ28.128613.562958.2621
Yxy13.56290.28140.1357
Hunter Lab36.827871.8871-68.0180
CIE-Lab43.599476.3071-59.6122

#ac12cc color RGB value is (172,18,204).

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

The process color (four color CMYK) of #ac12cc color hex is 0.16, 0.91, 0.00, 0.20. Web safe color of #ac12cc is #9900cc. Color #ac12cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 11001100
Octal 254 22 314
Decimal 172 18 204
Hex AC 12 CC

RGB Percentages of Color #ac12cc

%43.65
%4.57
%51.78

CMYK Percentages of Color #ac12cc

%16
%91
%0
%20

Triadic Colors of #ac12cc

#ac12cc #ccac12 #12ccac

Analogous Colors of #ac12cc

#ac12cc #cc128f #4f12cc

Monochromatic Colors of #ac12cc

#ac12cc

Complementary Color

#ac12cc #32cc12

#ac12cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac12cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac12cc Color CSS Codes

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

#ac12cc Text Font Color

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

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


#ac12cc Background Color

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

This div background color is #ac12cc


#ac12cc Border Color

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

This div border color is #ac12cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,18,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 #ac12cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac12cc


Comments

No comments written yet.

Please login to write comment.