Color Hex Logo

#aa1476 Color Hex

#AA1476
(170,20,118)
0 Favorites   0 Comments

Color spaces of #aa1476

RGB 17020118
HSL0.890.790.37
HSV321°88°67°
CMYK 0.000.880.31   0.33
XYZ20.097710.354418.0789
Yxy10.35440.41410.2134
Hunter Lab32.178355.1745-10.7865
CIE-Lab38.471163.0893-16.0103

#aa1476 color RGB value is (170,20,118).

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

The process color (four color CMYK) of #aa1476 color hex is 0.00, 0.88, 0.31, 0.33. Web safe color of #aa1476 is #990066. Color #aa1476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 01110110
Octal 252 24 166
Decimal 170 20 118
Hex AA 14 76

RGB Percentages of Color #aa1476

%55.19
%6.49
%38.31

CMYK Percentages of Color #aa1476

%0
%88
%31
%33

Triadic Colors of #aa1476

#aa1476 #76aa14 #1476aa

Analogous Colors of #aa1476

#aa1476 #aa142b #9314aa

Monochromatic Colors of #aa1476

#aa1476

Complementary Color

#aa1476 #14aa48

#aa1476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1476 Color CSS Codes

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

#aa1476 Text Font Color

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

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


#aa1476 Background Color

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

This div background color is #aa1476


#aa1476 Border Color

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

This div border color is #aa1476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,20,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa1476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1476


Comments

No comments written yet.

Please login to write comment.