Color Hex Logo

#a00adc Color Hex

#A00ADC
(160,10,220)
0 Favorites   0 Comments

Color spaces of #a00adc

RGB 16010220
HSL0.790.910.45
HSV283°95°86°
CMYK 0.270.950.00   0.14
XYZ27.524012.858068.7413
Yxy12.85800.25220.1178
Hunter Lab35.858174.2618-88.5606
CIE-Lab42.548578.4324-70.6274

#a00adc color RGB value is (160,10,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 11011100
Octal 240 12 334
Decimal 160 10 220
Hex A0 A DC

RGB Percentages of Color #a00adc

%41.03
%2.56
%56.41

CMYK Percentages of Color #a00adc

%27
%95
%0
%14

Triadic Colors of #a00adc

#a00adc #dca00a #0adca0

Analogous Colors of #a00adc

#a00adc #dc0aaf #370adc

Monochromatic Colors of #a00adc

#a00adc

Complementary Color

#a00adc #46dc0a

#a00adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00adc Color CSS Codes

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

#a00adc Text Font Color

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

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


#a00adc Background Color

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

This div background color is #a00adc


#a00adc Border Color

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

This div border color is #a00adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00adc


Comments

No comments written yet.

Please login to write comment.