Color Hex Logo

#ac0dac Color Hex

#AC0DAC
(172,13,172)
0 Favorites   0 Comments

Color spaces of #ac0dac

RGB 17213172
HSL0.830.860.36
HSV300°92°67°
CMYK 0.000.920.00   0.33
XYZ24.603612.037140.0564
Yxy12.03710.32080.1569
Hunter Lab34.694565.8677-44.1668
CIE-Lab41.275071.7819-44.5569

#ac0dac color RGB value is (172,13,172).

#ac0dac hex color red value is 172, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac0dac hue: 0.83 , saturation: 0.86 and the lightness value of ac0dac is 0.36.

The process color (four color CMYK) of #ac0dac color hex is 0.00, 0.92, 0.00, 0.33. Web safe color of #ac0dac is #990099. Color #ac0dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001101 10101100
Octal 254 15 254
Decimal 172 13 172
Hex AC D AC

RGB Percentages of Color #ac0dac

%48.18
%3.64
%48.18

CMYK Percentages of Color #ac0dac

%0
%92
%0
%33

Triadic Colors of #ac0dac

#ac0dac #acac0d #0dacac

Analogous Colors of #ac0dac

#ac0dac #ac0d5d #5c0dac

Monochromatic Colors of #ac0dac

#ac0dac

Complementary Color

#ac0dac #0dac0d

#ac0dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0dac Color CSS Codes

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

#ac0dac Text Font Color

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

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


#ac0dac Background Color

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

This div background color is #ac0dac


#ac0dac Border Color

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

This div border color is #ac0dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0dac


Comments

No comments written yet.

Please login to write comment.