Color Hex Logo

#aa0fdd Color Hex

#AA0FDD
(170,15,221)
0 Favorites   0 Comments

Color spaces of #aa0fdd

RGB 17015221
HSL0.790.870.46
HSV285°93°87°
CMYK 0.230.930.00   0.13
XYZ29.799514.108269.5591
Yxy14.10820.26260.1243
Hunter Lab37.560975.8842-83.5067
CIE-Lab44.387779.3805-68.1341

#aa0fdd color RGB value is (170,15,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001111 11011101
Octal 252 17 335
Decimal 170 15 221
Hex AA F DD

RGB Percentages of Color #aa0fdd

%41.87
%3.69
%54.43

CMYK Percentages of Color #aa0fdd

%23
%93
%0
%13

Triadic Colors of #aa0fdd

#aa0fdd #ddaa0f #0fddaa

Analogous Colors of #aa0fdd

#aa0fdd #dd0fa9 #430fdd

Monochromatic Colors of #aa0fdd

#aa0fdd

Complementary Color

#aa0fdd #42dd0f

#aa0fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0fdd Color CSS Codes

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

#aa0fdd Text Font Color

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

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


#aa0fdd Background Color

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

This div background color is #aa0fdd


#aa0fdd Border Color

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

This div border color is #aa0fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0fdd


Comments

No comments written yet.

Please login to write comment.