Color Hex Logo

#aa15df Color Hex

#AA15DF
(170,21,223)
0 Favorites   0 Comments

Color spaces of #aa15df

RGB 17021223
HSL0.790.830.48
HSV284°91°87°
CMYK 0.240.910.00   0.13
XYZ30.165014.410171.0036
Yxy14.41010.26100.1247
Hunter Lab37.960675.4119-84.3267
CIE-Lab44.815478.9200-68.5808

#aa15df color RGB value is (170,21,223).

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

The process color (four color CMYK) of #aa15df color hex is 0.24, 0.91, 0.00, 0.13. Web safe color of #aa15df is #9900cc. Color #aa15df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 11011111
Octal 252 25 337
Decimal 170 21 223
Hex AA 15 DF

RGB Percentages of Color #aa15df

%41.06
%5.07
%53.86

CMYK Percentages of Color #aa15df

%24
%91
%0
%13

Triadic Colors of #aa15df

#aa15df #dfaa15 #15dfaa

Analogous Colors of #aa15df

#aa15df #df15af #4515df

Monochromatic Colors of #aa15df

#aa15df

Complementary Color

#aa15df #4adf15

#aa15df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa15df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa15df Color CSS Codes

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

#aa15df Text Font Color

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

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


#aa15df Background Color

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

This div background color is #aa15df


#aa15df Border Color

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

This div border color is #aa15df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa15df


Comments

No comments written yet.

Please login to write comment.