Color Hex Logo

#a70add Color Hex

#A70ADD
(167,10,221)
0 Favorites   0 Comments

Color spaces of #a70add

RGB 16710221
HSL0.790.910.45
HSV285°95°87°
CMYK 0.240.950.00   0.13
XYZ29.096013.653069.5084
Yxy13.65300.25920.1216
Hunter Lab36.950075.8962-85.6684
CIE-Lab43.731179.5163-69.2243

#a70add color RGB value is (167,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 11011101
Octal 247 12 335
Decimal 167 10 221
Hex A7 A DD

RGB Percentages of Color #a70add

%41.96
%2.51
%55.53

CMYK Percentages of Color #a70add

%24
%95
%0
%13

Triadic Colors of #a70add

#a70add #dda70a #0adda7

Analogous Colors of #a70add

#a70add #dd0aaa #3d0add

Monochromatic Colors of #a70add

#a70add

Complementary Color

#a70add #40dd0a

#a70add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70add Color CSS Codes

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

#a70add Text Font Color

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

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


#a70add Background Color

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

This div background color is #a70add


#a70add Border Color

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

This div border color is #a70add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70add


Comments

No comments written yet.

Please login to write comment.