Color Hex Logo

#aa56be Color Hex

#AA56BE
(170,86,190)
0 Favorites   0 Comments

Color spaces of #aa56be

RGB 17086190
HSL0.800.440.54
HSV288°55°75°
CMYK 0.110.550.00   0.25
XYZ29.199618.919350.8280
Yxy18.91930.29510.1912
Hunter Lab43.496343.7106-38.8364
CIE-Lab50.592750.3402-40.3324

#aa56be color RGB value is (170,86,190).

#aa56be hex color red value is 170, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa56be hue: 0.80 , saturation: 0.44 and the lightness value of aa56be is 0.54.

The process color (four color CMYK) of #aa56be color hex is 0.11, 0.55, 0.00, 0.25. Web safe color of #aa56be is #9966cc. Color #aa56be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010110 10111110
Octal 252 126 276
Decimal 170 86 190
Hex AA 56 BE

RGB Percentages of Color #aa56be

%38.12
%19.28
%42.60

CMYK Percentages of Color #aa56be

%11
%55
%0
%25

Triadic Colors of #aa56be

#aa56be #beaa56 #56beaa

Analogous Colors of #aa56be

#aa56be #be569e #7656be

Monochromatic Colors of #aa56be

#aa56be

Complementary Color

#aa56be #6abe56

#aa56be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa56be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa56be Color CSS Codes

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

#aa56be Text Font Color

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

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


#aa56be Background Color

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

This div background color is #aa56be


#aa56be Border Color

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

This div border color is #aa56be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa56be


Comments

No comments written yet.

Please login to write comment.