Color Hex Logo

#aa5dbd Color Hex

#AA5DBD
(170,93,189)
0 Favorites   0 Comments

Color spaces of #aa5dbd

RGB 17093189
HSL0.800.420.55
HSV288°51°74°
CMYK 0.100.510.00   0.26
XYZ29.677220.048950.4498
Yxy20.04890.29630.2001
Hunter Lab44.776039.9505-35.4597
CIE-Lab51.892546.5671-37.7056

#aa5dbd color RGB value is (170,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011101 10111101
Octal 252 135 275
Decimal 170 93 189
Hex AA 5D BD

RGB Percentages of Color #aa5dbd

%37.61
%20.58
%41.81

CMYK Percentages of Color #aa5dbd

%10
%51
%0
%26

Triadic Colors of #aa5dbd

#aa5dbd #bdaa5d #5dbdaa

Analogous Colors of #aa5dbd

#aa5dbd #bd5da0 #7a5dbd

Monochromatic Colors of #aa5dbd

#aa5dbd

Complementary Color

#aa5dbd #70bd5d

#aa5dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5dbd Color CSS Codes

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

#aa5dbd Text Font Color

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

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


#aa5dbd Background Color

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

This div background color is #aa5dbd


#aa5dbd Border Color

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

This div border color is #aa5dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5dbd


Comments

No comments written yet.

Please login to write comment.