Color Hex Logo

#aa0adc Color Hex

#AA0ADC
(170,10,220)
0 Favorites   0 Comments

Color spaces of #aa0adc

RGB 17010220
HSL0.790.910.45
HSV286°95°86°
CMYK 0.230.950.00   0.14
XYZ29.604413.930468.8387
Yxy13.93040.26340.1240
Hunter Lab37.323576.2675-83.2270
CIE-Lab44.133079.7357-67.9766

#aa0adc color RGB value is (170,10,220).

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

The process color (four color CMYK) of #aa0adc color hex is 0.23, 0.95, 0.00, 0.14. Web safe color of #aa0adc is #9900cc. Color #aa0adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001010 11011100
Octal 252 12 334
Decimal 170 10 220
Hex AA A DC

RGB Percentages of Color #aa0adc

%42.50
%2.50
%55.00

CMYK Percentages of Color #aa0adc

%23
%95
%0
%14

Triadic Colors of #aa0adc

#aa0adc #dcaa0a #0adcaa

Analogous Colors of #aa0adc

#aa0adc #dc0aa5 #410adc

Monochromatic Colors of #aa0adc

#aa0adc

Complementary Color

#aa0adc #3cdc0a

#aa0adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0adc Color CSS Codes

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

#aa0adc Text Font Color

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

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


#aa0adc Background Color

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

This div background color is #aa0adc


#aa0adc Border Color

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

This div border color is #aa0adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0adc


Comments

No comments written yet.

Please login to write comment.