Color Hex Logo

#aa34ac Color Hex

#AA34AC
(170,52,172)
0 Favorites   0 Comments

Color spaces of #aa34ac

RGB 17052172
HSL0.830.540.44
HSV299°70°67°
CMYK 0.010.700.00   0.33
XYZ25.251913.980640.3973
Yxy13.98060.31710.1756
Hunter Lab37.390655.1170-37.8842
CIE-Lab44.205161.9269-39.9105

#aa34ac color RGB value is (170,52,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 10101100
Octal 252 64 254
Decimal 170 52 172
Hex AA 34 AC

RGB Percentages of Color #aa34ac

%43.15
%13.20
%43.65

CMYK Percentages of Color #aa34ac

%1
%70
%0
%33

Triadic Colors of #aa34ac

#aa34ac #acaa34 #34acaa

Analogous Colors of #aa34ac

#aa34ac #ac3472 #6e34ac

Monochromatic Colors of #aa34ac

#aa34ac

Complementary Color

#aa34ac #36ac34

#aa34ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa34ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa34ac Color CSS Codes

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

#aa34ac Text Font Color

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

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


#aa34ac Background Color

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

This div background color is #aa34ac


#aa34ac Border Color

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

This div border color is #aa34ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa34ac


Comments

No comments written yet.

Please login to write comment.