Color Hex Logo

#aa5dba Color Hex

#AA5DBA
(170,93,186)
0 Favorites   0 Comments

Color spaces of #aa5dba

RGB 17093186
HSL0.800.400.55
HSV290°50°73°
CMYK 0.090.500.00   0.27
XYZ29.354819.919948.7521
Yxy19.91990.29950.2032
Hunter Lab44.631739.2960-33.5214
CIE-Lab51.746545.9633-36.2014

#aa5dba color RGB value is (170,93,186).

#aa5dba hex color red value is 170, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa5dba hue: 0.80 , saturation: 0.40 and the lightness value of aa5dba is 0.55.

The process color (four color CMYK) of #aa5dba color hex is 0.09, 0.50, 0.00, 0.27. Web safe color of #aa5dba is #9966cc. Color #aa5dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011101 10111010
Octal 252 135 272
Decimal 170 93 186
Hex AA 5D BA

RGB Percentages of Color #aa5dba

%37.86
%20.71
%41.43

CMYK Percentages of Color #aa5dba

%9
%50
%0
%27

Triadic Colors of #aa5dba

#aa5dba #baaa5d #5dbaaa

Analogous Colors of #aa5dba

#aa5dba #ba5d9c #7c5dba

Monochromatic Colors of #aa5dba

#aa5dba

Complementary Color

#aa5dba #6dba5d

#aa5dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5dba Color CSS Codes

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

#aa5dba Text Font Color

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

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


#aa5dba Background Color

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

This div background color is #aa5dba


#aa5dba Border Color

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

This div border color is #aa5dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5dba


Comments

No comments written yet.

Please login to write comment.