Color Hex Logo

#aa568e Color Hex

#AA568E
(170,86,142)
0 Favorites   0 Comments

Color spaces of #aa568e

RGB 17086142
HSL0.890.330.50
HSV320°49°67°
CMYK 0.000.490.16   0.33
XYZ24.787817.154627.5959
Yxy17.15460.35650.2467
Hunter Lab41.418134.3465-10.5108
CIE-Lab48.454241.6302-15.4403

#aa568e color RGB value is (170,86,142).

#aa568e hex color red value is 170, green value is 86 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa568e hue: 0.89 , saturation: 0.33 and the lightness value of aa568e is 0.50.

The process color (four color CMYK) of #aa568e color hex is 0.00, 0.49, 0.16, 0.33. Web safe color of #aa568e is #996699. Color #aa568e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010110 10001110
Octal 252 126 216
Decimal 170 86 142
Hex AA 56 8E

RGB Percentages of Color #aa568e

%42.71
%21.61
%35.68

CMYK Percentages of Color #aa568e

%0
%49
%16
%33

Triadic Colors of #aa568e

#aa568e #8eaa56 #568eaa

Analogous Colors of #aa568e

#aa568e #aa5664 #9c56aa

Monochromatic Colors of #aa568e

#aa568e

Complementary Color

#aa568e #56aa72

#aa568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa568e Color CSS Codes

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

#aa568e Text Font Color

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

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


#aa568e Background Color

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

This div background color is #aa568e


#aa568e Border Color

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

This div border color is #aa568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa568e


Comments

No comments written yet.

Please login to write comment.