color codes Logo

#ac01cc color codes

#AC01CC
(172,1,204)
0 Favorites   0 Comments

Color spaces of #ac01cc

RGB 1721204
HSL0.810.990.40
HSV291°100°80°
CMYK 0.161.000.00   0.20
XYZ27.923213.152058.1936
Yxy13.15200.28130.1325
Hunter Lab36.265773.9733-69.7535
CIE-Lab42.991478.1150-60.5969

#ac01cc color RGB value is (172,1,204).

#ac01cc hex color red value is 172, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ac01cc hue: 0.81 , saturation: 0.99 and the lightness value of ac01cc is 0.40.

The process color (four color CMYK) of #ac01cc color code is 0.16, 1.00, 0.00, 0.20. Web safe color of #ac01cc is #9900cc. Color #ac01cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000001 11001100
Octal 254 1 314
Decimal 172 1 204
Hex AC 1 CC

RGB Percentages of Color #ac01cc

%45.62
%0.27
%54.11

CMYK Percentages of Color #ac01cc

%16
%100
%0
%20

Triadic Colors of #ac01cc

#ac01cc #ccac01 #01ccac

Analogous Colors of #ac01cc

#ac01cc #cc0187 #4701cc

Monochromatic Colors of #ac01cc

#ac01cc

Complementary Color

#ac01cc #21cc01

#ac01cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac01cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac01cc Color CSS Codes

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

#ac01cc Text Font Color

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

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


#ac01cc Background Color

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

This div background color is #ac01cc


#ac01cc Border Color

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

This div border color is #ac01cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac01cc


Comments

No comments written yet.

Please login to write comment.