color codes Logo

#aa0dd9 color codes

#AA0DD9
(170,13,217)
0 Favorites   0 Comments

Color spaces of #aa0dd9

RGB 17013217
HSL0.790.890.45
HSV286°94°85°
CMYK 0.220.940.00   0.15
XYZ29.245913.843666.7763
Yxy13.84360.26620.1260
Hunter Lab37.207075.1946-80.3643
CIE-Lab44.007878.9015-66.4607

#aa0dd9 color RGB value is (170,13,217).

#aa0dd9 hex color red value is 170, green value is 13 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aa0dd9 hue: 0.79 , saturation: 0.89 and the lightness value of aa0dd9 is 0.45.

The process color (four color CMYK) of #aa0dd9 color code is 0.22, 0.94, 0.00, 0.15. Web safe color of #aa0dd9 is #9900cc. Color #aa0dd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001101 11011001
Octal 252 15 331
Decimal 170 13 217
Hex AA D D9

RGB Percentages of Color #aa0dd9

%42.50
%3.25
%54.25

CMYK Percentages of Color #aa0dd9

%22
%94
%0
%15

Triadic Colors of #aa0dd9

#aa0dd9 #d9aa0d #0dd9aa

Analogous Colors of #aa0dd9

#aa0dd9 #d90da2 #440dd9

Monochromatic Colors of #aa0dd9

#aa0dd9

Complementary Color

#aa0dd9 #3cd90d

#aa0dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0dd9 Color CSS Codes

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

#aa0dd9 Text Font Color

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

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


#aa0dd9 Background Color

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

This div background color is #aa0dd9


#aa0dd9 Border Color

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

This div border color is #aa0dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0dd9


Comments

No comments written yet.

Please login to write comment.