Color Hex Logo

#aa08ac Color Hex

#AA08AC
(170,8,172)
0 Favorites   0 Comments

Color spaces of #aa08ac

RGB 1708172
HSL0.830.910.35
HSV299°95°67°
CMYK 0.010.950.00   0.33
XYZ24.110811.698340.0169
Yxy11.69830.31800.1543
Hunter Lab34.202865.9764-45.4267
CIE-Lab40.732571.9783-45.4451

#aa08ac color RGB value is (170,8,172).

#aa08ac hex color red value is 170, green value is 8 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aa08ac hue: 0.83 , saturation: 0.91 and the lightness value of aa08ac is 0.35.

The process color (four color CMYK) of #aa08ac color hex is 0.01, 0.95, 0.00, 0.33. Web safe color of #aa08ac is #990099. Color #aa08ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 10101100
Octal 252 10 254
Decimal 170 8 172
Hex AA 8 AC

RGB Percentages of Color #aa08ac

%48.57
%2.29
%49.14

CMYK Percentages of Color #aa08ac

%1
%95
%0
%33

Triadic Colors of #aa08ac

#aa08ac #acaa08 #08acaa

Analogous Colors of #aa08ac

#aa08ac #ac085c #5808ac

Monochromatic Colors of #aa08ac

#aa08ac

Complementary Color

#aa08ac #0aac08

#aa08ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa08ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa08ac Color CSS Codes

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

#aa08ac Text Font Color

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

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


#aa08ac Background Color

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

This div background color is #aa08ac


#aa08ac Border Color

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

This div border color is #aa08ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa08ac


Comments

No comments written yet.

Please login to write comment.