Color Hex Logo

#aa0bdd Color Hex

#AA0BDD
(170,11,221)
0 Favorites   0 Comments

Color spaces of #aa0bdd

RGB 17011221
HSL0.790.910.45
HSV285°95°87°
CMYK 0.230.950.00   0.13
XYZ29.748414.005869.5421
Yxy14.00580.26260.1236
Hunter Lab37.424376.3962-83.9760
CIE-Lab44.241279.8175-68.3726

#aa0bdd color RGB value is (170,11,221).

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

The process color (four color CMYK) of #aa0bdd color hex is 0.23, 0.95, 0.00, 0.13. Web safe color of #aa0bdd is #9900cc. Color #aa0bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001011 11011101
Octal 252 13 335
Decimal 170 11 221
Hex AA B DD

RGB Percentages of Color #aa0bdd

%42.29
%2.74
%54.98

CMYK Percentages of Color #aa0bdd

%23
%95
%0
%13

Triadic Colors of #aa0bdd

#aa0bdd #ddaa0b #0bddaa

Analogous Colors of #aa0bdd

#aa0bdd #dd0ba7 #410bdd

Monochromatic Colors of #aa0bdd

#aa0bdd

Complementary Color

#aa0bdd #3edd0b

#aa0bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0bdd Color CSS Codes

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

#aa0bdd Text Font Color

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

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


#aa0bdd Background Color

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

This div background color is #aa0bdd


#aa0bdd Border Color

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

This div border color is #aa0bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0bdd


Comments

No comments written yet.

Please login to write comment.