Color Hex Logo

#ac0aad Color Hex

#AC0AAD
(172,10,173)
0 Favorites   0 Comments

Color spaces of #ac0aad

RGB 17210173
HSL0.830.890.36
HSV300°94°68°
CMYK 0.010.940.00   0.32
XYZ24.664612.004940.5524
Yxy12.00490.31940.1555
Hunter Lab34.648166.4329-45.1398
CIE-Lab41.223972.2653-45.2341

#ac0aad color RGB value is (172,10,173).

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

The process color (four color CMYK) of #ac0aad color hex is 0.01, 0.94, 0.00, 0.32. Web safe color of #ac0aad is #990099. Color #ac0aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001010 10101101
Octal 254 12 255
Decimal 172 10 173
Hex AC A AD

RGB Percentages of Color #ac0aad

%48.45
%2.82
%48.73

CMYK Percentages of Color #ac0aad

%1
%94
%0
%32

Triadic Colors of #ac0aad

#ac0aad #adac0a #0aadac

Analogous Colors of #ac0aad

#ac0aad #ad0a5d #5a0aad

Monochromatic Colors of #ac0aad

#ac0aad

Complementary Color

#ac0aad #0bad0a

#ac0aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0aad Color CSS Codes

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

#ac0aad Text Font Color

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

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


#ac0aad Background Color

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

This div background color is #ac0aad


#ac0aad Border Color

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

This div border color is #ac0aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0aad

#ac0aad Color Palettes


Comments

No comments written yet.

Please login to write comment.