Color Hex Logo

#ac0adc Color Hex

#AC0ADC
(172,10,220)
0 Favorites   0 Comments

Color spaces of #ac0adc

RGB 17210220
HSL0.800.910.45
HSV286°95°86°
CMYK 0.220.950.00   0.14
XYZ30.040114.155068.8591
Yxy14.15500.26570.1252
Hunter Lab37.623176.6824-82.1783
CIE-Lab44.454480.0047-67.4393

#ac0adc color RGB value is (172,10,220).

#ac0adc hex color red value is 172, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ac0adc hue: 0.80 , saturation: 0.91 and the lightness value of ac0adc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001010 11011100
Octal 254 12 334
Decimal 172 10 220
Hex AC A DC

RGB Percentages of Color #ac0adc

%42.79
%2.49
%54.73

CMYK Percentages of Color #ac0adc

%22
%95
%0
%14

Triadic Colors of #ac0adc

#ac0adc #dcac0a #0adcac

Analogous Colors of #ac0adc

#ac0adc #dc0aa3 #430adc

Monochromatic Colors of #ac0adc

#ac0adc

Complementary Color

#ac0adc #3adc0a

#ac0adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0adc Color CSS Codes

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

#ac0adc Text Font Color

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

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


#ac0adc Background Color

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

This div background color is #ac0adc


#ac0adc Border Color

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

This div border color is #ac0adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0adc


Comments

No comments written yet.

Please login to write comment.