Color Hex Logo

#aa437e Color Hex

#AA437E
(170,67,126)
0 Favorites   0 Comments

Color spaces of #aa437e

RGB 17067126
HSL0.900.430.46
HSV326°61°67°
CMYK 0.000.610.26   0.33
XYZ22.350614.066721.2758
Yxy14.06670.38740.2438
Hunter Lab37.505640.7382-7.3795
CIE-Lab44.328448.5809-12.0426

#aa437e color RGB value is (170,67,126).

#aa437e hex color red value is 170, green value is 67 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aa437e hue: 0.90 , saturation: 0.43 and the lightness value of aa437e is 0.46.

The process color (four color CMYK) of #aa437e color hex is 0.00, 0.61, 0.26, 0.33. Web safe color of #aa437e is #993366. Color #aa437e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 01111110
Octal 252 103 176
Decimal 170 67 126
Hex AA 43 7E

RGB Percentages of Color #aa437e

%46.83
%18.46
%34.71

CMYK Percentages of Color #aa437e

%0
%61
%26
%33

Triadic Colors of #aa437e

#aa437e #7eaa43 #437eaa

Analogous Colors of #aa437e

#aa437e #aa434b #a343aa

Monochromatic Colors of #aa437e

#aa437e

Complementary Color

#aa437e #43aa6f

#aa437e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa437e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa437e Color CSS Codes

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

#aa437e Text Font Color

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

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


#aa437e Background Color

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

This div background color is #aa437e


#aa437e Border Color

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

This div border color is #aa437e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa437e


Comments

No comments written yet.

Please login to write comment.