Color Hex Logo

#a70eaa Color Hex

#A70EAA
(167,14,170)
0 Favorites   0 Comments

Color spaces of #a70eaa

RGB 16714170
HSL0.830.850.36
HSV299°92°67°
CMYK 0.020.920.00   0.33
XYZ23.349111.431839.0061
Yxy11.43180.31640.1549
Hunter Lab33.810964.0990-44.7324
CIE-Lab40.298470.4807-44.9771

#a70eaa color RGB value is (167,14,170).

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

The process color (four color CMYK) of #a70eaa color hex is 0.02, 0.92, 0.00, 0.33. Web safe color of #a70eaa is #990099. Color #a70eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001110 10101010
Octal 247 16 252
Decimal 167 14 170
Hex A7 E AA

RGB Percentages of Color #a70eaa

%47.58
%3.99
%48.43

CMYK Percentages of Color #a70eaa

%2
%92
%0
%33

Triadic Colors of #a70eaa

#a70eaa #aaa70e #0eaaa7

Analogous Colors of #a70eaa

#a70eaa #aa0e5f #590eaa

Monochromatic Colors of #a70eaa

#a70eaa

Complementary Color

#a70eaa #11aa0e

#a70eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70eaa Color CSS Codes

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

#a70eaa Text Font Color

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

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


#a70eaa Background Color

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

This div background color is #a70eaa


#a70eaa Border Color

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

This div border color is #a70eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70eaa


Comments

No comments written yet.

Please login to write comment.