Color Hex Logo

#aa0dbd Color Hex

#AA0DBD
(170,13,189)
0 Favorites   0 Comments

Color spaces of #aa0dbd

RGB 17013189
HSL0.820.870.40
HSV294°93°74°
CMYK 0.100.930.00   0.26
XYZ25.906812.508049.1930
Yxy12.50800.29570.1428
Hunter Lab35.366768.8633-57.7124
CIE-Lab42.012474.1333-53.4443

#aa0dbd color RGB value is (170,13,189).

#aa0dbd hex color red value is 170, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa0dbd hue: 0.82 , saturation: 0.87 and the lightness value of aa0dbd is 0.40.

The process color (four color CMYK) of #aa0dbd color hex is 0.10, 0.93, 0.00, 0.26. Web safe color of #aa0dbd is #9900cc. Color #aa0dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001101 10111101
Octal 252 15 275
Decimal 170 13 189
Hex AA D BD

RGB Percentages of Color #aa0dbd

%45.70
%3.49
%50.81

CMYK Percentages of Color #aa0dbd

%10
%93
%0
%26

Triadic Colors of #aa0dbd

#aa0dbd #bdaa0d #0dbdaa

Analogous Colors of #aa0dbd

#aa0dbd #bd0d78 #520dbd

Monochromatic Colors of #aa0dbd

#aa0dbd

Complementary Color

#aa0dbd #20bd0d

#aa0dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0dbd Color CSS Codes

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

#aa0dbd Text Font Color

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

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


#aa0dbd Background Color

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

This div background color is #aa0dbd


#aa0dbd Border Color

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

This div border color is #aa0dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0dbd


Comments

No comments written yet.

Please login to write comment.