Color Hex Logo

#aa56bd Color Hex

#AA56BD
(170,86,189)
0 Favorites   0 Comments

Color spaces of #aa56bd

RGB 17086189
HSL0.800.440.54
HSV289°54°74°
CMYK 0.100.540.00   0.26
XYZ29.090718.875750.2542
Yxy18.87570.29620.1922
Hunter Lab43.446243.4893-38.1684
CIE-Lab50.541550.1410-39.8346

#aa56bd color RGB value is (170,86,189).

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

The process color (four color CMYK) of #aa56bd color hex is 0.10, 0.54, 0.00, 0.26. Web safe color of #aa56bd is #9966cc. Color #aa56bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010110 10111101
Octal 252 126 275
Decimal 170 86 189
Hex AA 56 BD

RGB Percentages of Color #aa56bd

%38.20
%19.33
%42.47

CMYK Percentages of Color #aa56bd

%10
%54
%0
%26

Triadic Colors of #aa56bd

#aa56bd #bdaa56 #56bdaa

Analogous Colors of #aa56bd

#aa56bd #bd569d #7756bd

Monochromatic Colors of #aa56bd

#aa56bd

Complementary Color

#aa56bd #69bd56

#aa56bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa56bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa56bd Color CSS Codes

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

#aa56bd Text Font Color

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

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


#aa56bd Background Color

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

This div background color is #aa56bd


#aa56bd Border Color

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

This div border color is #aa56bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa56bd


Comments

No comments written yet.

Please login to write comment.