color codes Logo

#ac0ecc color codes

#AC0ECC
(172,14,204)
0 Favorites   0 Comments

Color spaces of #ac0ecc

RGB 17214204
HSL0.810.870.43
HSV290°93°80°
CMYK 0.160.930.00   0.20
XYZ28.069413.444458.2423
Yxy13.44440.28140.1348
Hunter Lab36.666672.4806-68.5113
CIE-Lab43.425476.8235-59.8939

#ac0ecc color RGB value is (172,14,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001110 11001100
Octal 254 16 314
Decimal 172 14 204
Hex AC E CC

RGB Percentages of Color #ac0ecc

%44.10
%3.59
%52.31

CMYK Percentages of Color #ac0ecc

%16
%93
%0
%20

Triadic Colors of #ac0ecc

#ac0ecc #ccac0e #0eccac

Analogous Colors of #ac0ecc

#ac0ecc #cc0e8d #4d0ecc

Monochromatic Colors of #ac0ecc

#ac0ecc

Complementary Color

#ac0ecc #2ecc0e

#ac0ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0ecc Color CSS Codes

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

#ac0ecc Text Font Color

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

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


#ac0ecc Background Color

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

This div background color is #ac0ecc


#ac0ecc Border Color

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

This div border color is #ac0ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0ecc


Comments

No comments written yet.

Please login to write comment.