Color Hex Logo

#ac00ca Color Hex

#AC00CA
(172,0,202)
0 Favorites   0 Comments

Color spaces of #ac00ca

RGB 1720202
HSL0.811.000.40
HSV291°100°79°
CMYK 0.151.000.00   0.21
XYZ27.673913.034956.9345
Yxy13.03490.28340.1335
Hunter Lab36.103973.6398-68.2255
CIE-Lab42.815877.8797-59.7205

#ac00ca color RGB value is (172,0,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000000 11001010
Octal 254 0 312
Decimal 172 0 202
Hex AC 0 CA

RGB Percentages of Color #ac00ca

%45.99
%0.00
%54.01

CMYK Percentages of Color #ac00ca

%15
%100
%0
%21

Triadic Colors of #ac00ca

#ac00ca #caac00 #00caac

Analogous Colors of #ac00ca

#ac00ca #ca0083 #4700ca

Monochromatic Colors of #ac00ca

#ac00ca

Complementary Color

#ac00ca #1eca00

#ac00ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac00ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac00ca Color CSS Codes

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

#ac00ca Text Font Color

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

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


#ac00ca Background Color

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

This div background color is #ac00ca


#ac00ca Border Color

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

This div border color is #ac00ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac00ca


Comments

No comments written yet.

Please login to write comment.