Color Hex Logo

#aa406c Color Hex

#AA406C
(170,64,108)
0 Favorites   0 Comments

Color spaces of #aa406c

RGB 17064108
HSL0.930.450.46
HSV335°62°67°
CMYK 0.000.620.36   0.33
XYZ21.117713.295515.6406
Yxy13.29550.42190.2656
Hunter Lab36.463039.56880.0920
CIE-Lab43.205247.6404-2.6658

#aa406c color RGB value is (170,64,108).

#aa406c hex color red value is 170, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aa406c hue: 0.93 , saturation: 0.45 and the lightness value of aa406c is 0.46.

The process color (four color CMYK) of #aa406c color hex is 0.00, 0.62, 0.36, 0.33. Web safe color of #aa406c is #993366. Color #aa406c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 01101100
Octal 252 100 154
Decimal 170 64 108
Hex AA 40 6C

RGB Percentages of Color #aa406c

%49.71
%18.71
%31.58

CMYK Percentages of Color #aa406c

%0
%62
%36
%33

Triadic Colors of #aa406c

#aa406c #6caa40 #406caa

Analogous Colors of #aa406c

#aa406c #aa4940 #aa40a1

Monochromatic Colors of #aa406c

#aa406c

Complementary Color

#aa406c #40aa7e

#aa406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa406c Color CSS Codes

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

#aa406c Text Font Color

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

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


#aa406c Background Color

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

This div background color is #aa406c


#aa406c Border Color

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

This div border color is #aa406c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa406c


Comments

No comments written yet.

Please login to write comment.