Color Hex Logo

#ac0cca Color Hex

#AC0CCA
(172,12,202)
0 Favorites   0 Comments

Color spaces of #ac0cca

RGB 17212202
HSL0.810.890.42
HSV291°94°79°
CMYK 0.150.940.00   0.21
XYZ27.805413.297956.9784
Yxy13.29790.28350.1356
Hunter Lab36.466372.2896-67.1139
CIE-Lab43.208776.7101-59.0845

#ac0cca color RGB value is (172,12,202).

#ac0cca hex color red value is 172, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ac0cca hue: 0.81 , saturation: 0.89 and the lightness value of ac0cca is 0.42.

The process color (four color CMYK) of #ac0cca color hex is 0.15, 0.94, 0.00, 0.21. Web safe color of #ac0cca is #9900cc. Color #ac0cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001100 11001010
Octal 254 14 312
Decimal 172 12 202
Hex AC C CA

RGB Percentages of Color #ac0cca

%44.56
%3.11
%52.33

CMYK Percentages of Color #ac0cca

%15
%94
%0
%21

Triadic Colors of #ac0cca

#ac0cca #caac0c #0ccaac

Analogous Colors of #ac0cca

#ac0cca #ca0c89 #4d0cca

Monochromatic Colors of #ac0cca

#ac0cca

Complementary Color

#ac0cca #2aca0c

#ac0cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0cca Color CSS Codes

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

#ac0cca Text Font Color

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

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


#ac0cca Background Color

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

This div background color is #ac0cca


#ac0cca Border Color

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

This div border color is #ac0cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0cca


Comments

No comments written yet.

Please login to write comment.