Color Hex Logo

#ac11cc Color Hex

#AC11CC
(172,17,204)
0 Favorites   0 Comments

Color spaces of #ac11cc

RGB 17217204
HSL0.800.850.43
HSV290°92°80°
CMYK 0.160.920.00   0.20
XYZ28.112813.531258.2568
Yxy13.53120.28140.1354
Hunter Lab36.784872.0454-68.1494
CIE-Lab43.553076.4450-59.6874

#ac11cc color RGB value is (172,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 11001100
Octal 254 21 314
Decimal 172 17 204
Hex AC 11 CC

RGB Percentages of Color #ac11cc

%43.77
%4.33
%51.91

CMYK Percentages of Color #ac11cc

%16
%92
%0
%20

Triadic Colors of #ac11cc

#ac11cc #ccac11 #11ccac

Analogous Colors of #ac11cc

#ac11cc #cc118f #4f11cc

Monochromatic Colors of #ac11cc

#ac11cc

Complementary Color

#ac11cc #31cc11

#ac11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac11cc Color CSS Codes

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

#ac11cc Text Font Color

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

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


#ac11cc Background Color

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

This div background color is #ac11cc


#ac11cc Border Color

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

This div border color is #ac11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac11cc


Comments

No comments written yet.

Please login to write comment.