Color Hex Logo

#a70caa Color Hex

#A70CAA
(167,12,170)
0 Favorites   0 Comments

Color spaces of #a70caa

RGB 16712170
HSL0.830.870.36
HSV299°93°67°
CMYK 0.020.930.00   0.33
XYZ23.323511.380738.9976
Yxy11.38070.31650.1544
Hunter Lab33.735364.3724-44.9238
CIE-Lab40.214470.7283-45.1116

#a70caa color RGB value is (167,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001100 10101010
Octal 247 14 252
Decimal 167 12 170
Hex A7 C AA

RGB Percentages of Color #a70caa

%47.85
%3.44
%48.71

CMYK Percentages of Color #a70caa

%2
%93
%0
%33

Triadic Colors of #a70caa

#a70caa #aaa70c #0caaa7

Analogous Colors of #a70caa

#a70caa #aa0c5e #580caa

Monochromatic Colors of #a70caa

#a70caa

Complementary Color

#a70caa #0faa0c

#a70caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70caa Color CSS Codes

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

#a70caa Text Font Color

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

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


#a70caa Background Color

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

This div background color is #a70caa


#a70caa Border Color

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

This div border color is #a70caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70caa


Comments

No comments written yet.

Please login to write comment.