Color Hex Logo

#aa44ac Color Hex

#AA44AC
(170,68,172)
0 Favorites   0 Comments

Color spaces of #aa44ac

RGB 17068172
HSL0.830.430.47
HSV299°60°67°
CMYK 0.010.600.00   0.33
XYZ26.091115.658840.6770
Yxy15.65880.31650.1900
Hunter Lab39.571248.4436-33.2470
CIE-Lab46.523655.4552-36.2439

#aa44ac color RGB value is (170,68,172).

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

The process color (four color CMYK) of #aa44ac color hex is 0.01, 0.60, 0.00, 0.33. Web safe color of #aa44ac is #993399. Color #aa44ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 10101100
Octal 252 104 254
Decimal 170 68 172
Hex AA 44 AC

RGB Percentages of Color #aa44ac

%41.46
%16.59
%41.95

CMYK Percentages of Color #aa44ac

%1
%60
%0
%33

Triadic Colors of #aa44ac

#aa44ac #acaa44 #44acaa

Analogous Colors of #aa44ac

#aa44ac #ac447a #7644ac

Monochromatic Colors of #aa44ac

#aa44ac

Complementary Color

#aa44ac #46ac44

#aa44ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa44ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa44ac Color CSS Codes

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

#aa44ac Text Font Color

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

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


#aa44ac Background Color

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

This div background color is #aa44ac


#aa44ac Border Color

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

This div border color is #aa44ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa44ac


Comments

No comments written yet.

Please login to write comment.