Color Hex Logo

#a70ac7 Color Hex

#A70AC7
(167,10,199)
0 Favorites   0 Comments

Color spaces of #a70ac7

RGB 16710199
HSL0.810.900.41
HSV290°95°78°
CMYK 0.160.950.00   0.22
XYZ26.353712.556155.0674
Yxy12.55610.28040.1336
Hunter Lab35.434670.7449-67.3359
CIE-Lab42.086675.6667-59.1967

#a70ac7 color RGB value is (167,10,199).

#a70ac7 hex color red value is 167, green value is 10 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a70ac7 hue: 0.81 , saturation: 0.90 and the lightness value of a70ac7 is 0.41.

The process color (four color CMYK) of #a70ac7 color hex is 0.16, 0.95, 0.00, 0.22. Web safe color of #a70ac7 is #9900cc. Color #a70ac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 11000111
Octal 247 12 307
Decimal 167 10 199
Hex A7 A C7

RGB Percentages of Color #a70ac7

%44.41
%2.66
%52.93

CMYK Percentages of Color #a70ac7

%16
%95
%0
%22

Triadic Colors of #a70ac7

#a70ac7 #c7a70a #0ac7a7

Analogous Colors of #a70ac7

#a70ac7 #c70a89 #480ac7

Monochromatic Colors of #a70ac7

#a70ac7

Complementary Color

#a70ac7 #2ac70a

#a70ac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70ac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70ac7 Color CSS Codes

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

#a70ac7 Text Font Color

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

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


#a70ac7 Background Color

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

This div background color is #a70ac7


#a70ac7 Border Color

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

This div border color is #a70ac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70ac7


Comments

No comments written yet.

Please login to write comment.