Color Hex Logo

#aa15dd Color Hex

#AA15DD
(170,21,221)
0 Favorites   0 Comments

Color spaces of #aa15dd

RGB 17021221
HSL0.790.830.47
HSV285°90°87°
CMYK 0.230.900.00   0.13
XYZ29.896914.302869.5916
Yxy14.30280.26270.1257
Hunter Lab37.819074.9254-82.6274
CIE-Lab44.664178.5589-67.6844

#aa15dd color RGB value is (170,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 11011101
Octal 252 25 335
Decimal 170 21 221
Hex AA 15 DD

RGB Percentages of Color #aa15dd

%41.26
%5.10
%53.64

CMYK Percentages of Color #aa15dd

%23
%90
%0
%13

Triadic Colors of #aa15dd

#aa15dd #ddaa15 #15ddaa

Analogous Colors of #aa15dd

#aa15dd #dd15ac #4615dd

Monochromatic Colors of #aa15dd

#aa15dd

Complementary Color

#aa15dd #48dd15

#aa15dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa15dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa15dd Color CSS Codes

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

#aa15dd Text Font Color

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

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


#aa15dd Background Color

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

This div background color is #aa15dd


#aa15dd Border Color

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

This div border color is #aa15dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa15dd


Comments

No comments written yet.

Please login to write comment.