Color Hex Logo

#aa14ac Color Hex

#AA14AC
(170,20,172)
0 Favorites   0 Comments

Color spaces of #aa14ac

RGB 17020172
HSL0.830.790.38
HSV299°88°67°
CMYK 0.010.880.00   0.33
XYZ24.274112.024940.0714
Yxy12.02490.31780.1575
Hunter Lab34.676964.2666-44.2395
CIE-Lab41.255770.4364-44.6082

#aa14ac color RGB value is (170,20,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 10101100
Octal 252 24 254
Decimal 170 20 172
Hex AA 14 AC

RGB Percentages of Color #aa14ac

%46.96
%5.52
%47.51

CMYK Percentages of Color #aa14ac

%1
%88
%0
%33

Triadic Colors of #aa14ac

#aa14ac #acaa14 #14acaa

Analogous Colors of #aa14ac

#aa14ac #ac1462 #5e14ac

Monochromatic Colors of #aa14ac

#aa14ac

Complementary Color

#aa14ac #16ac14

#aa14ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa14ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa14ac Color CSS Codes

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

#aa14ac Text Font Color

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

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


#aa14ac Background Color

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

This div background color is #aa14ac


#aa14ac Border Color

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

This div border color is #aa14ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa14ac


Comments

No comments written yet.

Please login to write comment.