Color Hex Logo

#aa406b Color Hex

#AA406B
(170,64,107)
0 Favorites   0 Comments

Color spaces of #aa406b

RGB 17064107
HSL0.930.450.46
HSV336°62°67°
CMYK 0.000.620.37   0.33
XYZ21.064813.274415.3619
Yxy13.27440.42380.2671
Hunter Lab36.434139.44240.5050
CIE-Lab43.173847.5223-2.0940

#aa406b color RGB value is (170,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 01101011
Octal 252 100 153
Decimal 170 64 107
Hex AA 40 6B

RGB Percentages of Color #aa406b

%49.85
%18.77
%31.38

CMYK Percentages of Color #aa406b

%0
%62
%37
%33

Triadic Colors of #aa406b

#aa406b #6baa40 #406baa

Analogous Colors of #aa406b

#aa406b #aa4a40 #aa40a0

Monochromatic Colors of #aa406b

#aa406b

Complementary Color

#aa406b #40aa7f

#aa406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa406b Color CSS Codes

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

#aa406b Text Font Color

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

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


#aa406b Background Color

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

This div background color is #aa406b


#aa406b Border Color

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

This div border color is #aa406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa406b


Comments

No comments written yet.

Please login to write comment.