Color Hex Logo

#aa51bd Color Hex

#AA51BD
(170,81,189)
0 Favorites   0 Comments

Color spaces of #aa51bd

RGB 17081189
HSL0.800.450.53
HSV289°57°74°
CMYK 0.100.570.00   0.26
XYZ28.705318.105050.1258
Yxy18.10500.29610.1868
Hunter Lab42.550045.9582-40.0613
CIE-Lab49.623252.6043-41.2861

#aa51bd color RGB value is (170,81,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 10111101
Octal 252 121 275
Decimal 170 81 189
Hex AA 51 BD

RGB Percentages of Color #aa51bd

%38.64
%18.41
%42.95

CMYK Percentages of Color #aa51bd

%10
%57
%0
%26

Triadic Colors of #aa51bd

#aa51bd #bdaa51 #51bdaa

Analogous Colors of #aa51bd

#aa51bd #bd519a #7451bd

Monochromatic Colors of #aa51bd

#aa51bd

Complementary Color

#aa51bd #64bd51

#aa51bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa51bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa51bd Color CSS Codes

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

#aa51bd Text Font Color

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

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


#aa51bd Background Color

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

This div background color is #aa51bd


#aa51bd Border Color

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

This div border color is #aa51bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,81,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 #aa51bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa51bd


Comments

No comments written yet.

Please login to write comment.