Color Hex Logo

#a70ead Color Hex

#A70EAD
(167,14,173)
0 Favorites   0 Comments

Color spaces of #a70ead

RGB 16714173
HSL0.830.850.37
HSV298°92°68°
CMYK 0.030.920.00   0.32
XYZ23.636211.546740.5181
Yxy11.54670.31220.1525
Hunter Lab33.980464.6957-46.9108
CIE-Lab40.486470.9486-46.4651

#a70ead color RGB value is (167,14,173).

#a70ead hex color red value is 167, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a70ead hue: 0.83 , saturation: 0.85 and the lightness value of a70ead is 0.37.

The process color (four color CMYK) of #a70ead color hex is 0.03, 0.92, 0.00, 0.32. Web safe color of #a70ead is #990099. Color #a70ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001110 10101101
Octal 247 16 255
Decimal 167 14 173
Hex A7 E AD

RGB Percentages of Color #a70ead

%47.18
%3.95
%48.87

CMYK Percentages of Color #a70ead

%3
%92
%0
%32

Triadic Colors of #a70ead

#a70ead #ada70e #0eada7

Analogous Colors of #a70ead

#a70ead #ad0e63 #580ead

Monochromatic Colors of #a70ead

#a70ead

Complementary Color

#a70ead #14ad0e

#a70ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70ead Color CSS Codes

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

#a70ead Text Font Color

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

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


#a70ead Background Color

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

This div background color is #a70ead


#a70ead Border Color

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

This div border color is #a70ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,14,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70ead


Comments

No comments written yet.

Please login to write comment.