Color Hex Logo

#aa08dd Color Hex

#AA08DD
(170,8,221)
0 Favorites   0 Comments

Color spaces of #aa08dd

RGB 1708221
HSL0.790.930.45
HSV286°96°87°
CMYK 0.230.960.00   0.13
XYZ29.715513.940269.5312
Yxy13.94020.26250.1232
Hunter Lab37.336676.7259-84.2790
CIE-Lab44.147080.0984-68.5260

#aa08dd color RGB value is (170,8,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 11011101
Octal 252 10 335
Decimal 170 8 221
Hex AA 8 DD

RGB Percentages of Color #aa08dd

%42.61
%2.01
%55.39

CMYK Percentages of Color #aa08dd

%23
%96
%0
%13

Triadic Colors of #aa08dd

#aa08dd #ddaa08 #08ddaa

Analogous Colors of #aa08dd

#aa08dd #dd08a6 #3f08dd

Monochromatic Colors of #aa08dd

#aa08dd

Complementary Color

#aa08dd #3bdd08

#aa08dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa08dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa08dd Color CSS Codes

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

#aa08dd Text Font Color

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

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


#aa08dd Background Color

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

This div background color is #aa08dd


#aa08dd Border Color

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

This div border color is #aa08dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa08dd


Comments

No comments written yet.

Please login to write comment.