Color Hex Logo

#ac12ca Color Hex

#AC12CA
(172,18,202)
0 Favorites   0 Comments

Color spaces of #ac12ca

RGB 17218202
HSL0.810.840.43
HSV290°91°79°
CMYK 0.150.910.00   0.21
XYZ27.890213.467557.0066
Yxy13.46750.28350.1369
Hunter Lab36.698171.4366-66.4121
CIE-Lab43.459475.9668-58.6789

#ac12ca color RGB value is (172,18,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 11001010
Octal 254 22 312
Decimal 172 18 202
Hex AC 12 CA

RGB Percentages of Color #ac12ca

%43.88
%4.59
%51.53

CMYK Percentages of Color #ac12ca

%15
%91
%0
%21

Triadic Colors of #ac12ca

#ac12ca #caac12 #12caac

Analogous Colors of #ac12ca

#ac12ca #ca128c #5012ca

Monochromatic Colors of #ac12ca

#ac12ca

Complementary Color

#ac12ca #30ca12

#ac12ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac12ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac12ca Color CSS Codes

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

#ac12ca Text Font Color

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

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


#ac12ca Background Color

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

This div background color is #ac12ca


#ac12ca Border Color

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

This div border color is #ac12ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac12ca


Comments

No comments written yet.

Please login to write comment.