color codes Logo

#aa00df color codes

#AA00DF
(170,0,223)
0 Favorites   0 Comments

Color spaces of #aa00df

RGB 1700223
HSL0.791.000.44
HSV286°100°87°
CMYK 0.241.000.00   0.13
XYZ29.896813.873870.9142
Yxy13.87380.26070.1210
Hunter Lab37.247678.0901-86.8067
CIE-Lab44.051481.1994-69.8253

#aa00df color RGB value is (170,0,223).

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

The process color (four color CMYK) of #aa00df color code is 0.24, 1.00, 0.00, 0.13. Web safe color of #aa00df is #9900cc. Color #aa00df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 11011111
Octal 252 0 337
Decimal 170 0 223
Hex AA 0 DF

RGB Percentages of Color #aa00df

%43.26
%0.00
%56.74

CMYK Percentages of Color #aa00df

%24
%100
%0
%13

Triadic Colors of #aa00df

#aa00df #dfaa00 #00dfaa

Analogous Colors of #aa00df

#aa00df #df00a5 #3b00df

Monochromatic Colors of #aa00df

#aa00df

Complementary Color

#aa00df #35df00

#aa00df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00df Color CSS Codes

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

#aa00df Text Font Color

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

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


#aa00df Background Color

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

This div background color is #aa00df


#aa00df Border Color

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

This div border color is #aa00df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00df


Comments

No comments written yet.

Please login to write comment.