Color Hex Logo

#a00add Color Hex

#A00ADD
(160,10,221)
0 Favorites   0 Comments

Color spaces of #a00add

RGB 16010221
HSL0.790.910.45
HSV283°95°87°
CMYK 0.280.950.00   0.13
XYZ27.656912.911169.4410
Yxy12.91110.25140.1174
Hunter Lab35.932074.5105-89.4294
CIE-Lab42.629078.6170-71.0688

#a00add color RGB value is (160,10,221).

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

The process color (four color CMYK) of #a00add color hex is 0.28, 0.95, 0.00, 0.13. Web safe color of #a00add is #9900cc. Color #a00add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 11011101
Octal 240 12 335
Decimal 160 10 221
Hex A0 A DD

RGB Percentages of Color #a00add

%40.92
%2.56
%56.52

CMYK Percentages of Color #a00add

%28
%95
%0
%13

Triadic Colors of #a00add

#a00add #dda00a #0adda0

Analogous Colors of #a00add

#a00add #dd0ab1 #360add

Monochromatic Colors of #a00add

#a00add

Complementary Color

#a00add #47dd0a

#a00add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00add Color CSS Codes

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

#a00add Text Font Color

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

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


#a00add Background Color

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

This div background color is #a00add


#a00add Border Color

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

This div border color is #a00add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00add


Comments

No comments written yet.

Please login to write comment.