Color Hex Logo

#ac12dc Color Hex

#AC12DC
(172,18,220)
0 Favorites   0 Comments

Color spaces of #ac12dc

RGB 17218220
HSL0.790.850.47
HSV286°92°86°
CMYK 0.220.920.00   0.14
XYZ30.147814.370668.8950
Yxy14.37060.26580.1267
Hunter Lab37.908675.6169-81.2176
CIE-Lab44.759879.0949-66.9426

#ac12dc color RGB value is (172,18,220).

#ac12dc hex color red value is 172, green value is 18 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ac12dc hue: 0.79 , saturation: 0.85 and the lightness value of ac12dc is 0.47.

The process color (four color CMYK) of #ac12dc color hex is 0.22, 0.92, 0.00, 0.14. Web safe color of #ac12dc is #9900cc. Color #ac12dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010010 11011100
Octal 254 22 334
Decimal 172 18 220
Hex AC 12 DC

RGB Percentages of Color #ac12dc

%41.95
%4.39
%53.66

CMYK Percentages of Color #ac12dc

%22
%92
%0
%14

Triadic Colors of #ac12dc

#ac12dc #dcac12 #12dcac

Analogous Colors of #ac12dc

#ac12dc #dc12a7 #4712dc

Monochromatic Colors of #ac12dc

#ac12dc

Complementary Color

#ac12dc #42dc12

#ac12dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac12dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac12dc Color CSS Codes

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

#ac12dc Text Font Color

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

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


#ac12dc Background Color

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

This div background color is #ac12dc


#ac12dc Border Color

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

This div border color is #ac12dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac12dc


Comments

No comments written yet.

Please login to write comment.