Color Hex Logo

#aa467b Color Hex

#AA467B
(170,70,123)
0 Favorites   0 Comments

Color spaces of #aa467b

RGB 17070123
HSL0.910.420.47
HSV328°59°67°
CMYK 0.000.590.28   0.33
XYZ22.342914.356420.3324
Yxy14.35640.39180.2517
Hunter Lab37.889838.9507-5.2932
CIE-Lab44.739846.7725-9.5920

#aa467b color RGB value is (170,70,123).

#aa467b hex color red value is 170, green value is 70 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aa467b hue: 0.91 , saturation: 0.42 and the lightness value of aa467b is 0.47.

The process color (four color CMYK) of #aa467b color hex is 0.00, 0.59, 0.28, 0.33. Web safe color of #aa467b is #993366. Color #aa467b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000110 01111011
Octal 252 106 173
Decimal 170 70 123
Hex AA 46 7B

RGB Percentages of Color #aa467b

%46.83
%19.28
%33.88

CMYK Percentages of Color #aa467b

%0
%59
%28
%33

Triadic Colors of #aa467b

#aa467b #7baa46 #467baa

Analogous Colors of #aa467b

#aa467b #aa4649 #a746aa

Monochromatic Colors of #aa467b

#aa467b

Complementary Color

#aa467b #46aa75

#aa467b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa467b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa467b Color CSS Codes

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

#aa467b Text Font Color

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

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


#aa467b Background Color

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

This div background color is #aa467b


#aa467b Border Color

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

This div border color is #aa467b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa467b


Comments

No comments written yet.

Please login to write comment.