Color Hex Logo

#ac0aac Color Hex

#AC0AAC
(172,10,172)
0 Favorites   0 Comments

Color spaces of #ac0aac

RGB 17210172
HSL0.830.890.36
HSV300°94°67°
CMYK 0.000.940.00   0.33
XYZ24.568211.966340.0446
Yxy11.96630.32080.1563
Hunter Lab34.592366.2378-44.4203
CIE-Lab41.162572.1139-44.7368

#ac0aac color RGB value is (172,10,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001010 10101100
Octal 254 12 254
Decimal 172 10 172
Hex AC A AC

RGB Percentages of Color #ac0aac

%48.59
%2.82
%48.59

CMYK Percentages of Color #ac0aac

%0
%94
%0
%33

Triadic Colors of #ac0aac

#ac0aac #acac0a #0aacac

Analogous Colors of #ac0aac

#ac0aac #ac0a5b #5b0aac

Monochromatic Colors of #ac0aac

#ac0aac

Complementary Color

#ac0aac #0aac0a

#ac0aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0aac Color CSS Codes

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

#ac0aac Text Font Color

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

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


#ac0aac Background Color

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

This div background color is #ac0aac


#ac0aac Border Color

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

This div border color is #ac0aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0aac


Comments

No comments written yet.

Please login to write comment.