Color Hex Logo

#a72acc Color Hex

#A72ACC
(167,42,204)
0 Favorites   0 Comments

Color spaces of #a72acc

RGB 16742204
HSL0.800.660.48
HSV286°79°80°
CMYK 0.180.790.00   0.20
XYZ27.663414.231158.4156
Yxy14.23110.27580.1419
Hunter Lab37.724164.8782-65.4033
CIE-Lab44.562570.3087-58.0941

#a72acc color RGB value is (167,42,204).

#a72acc hex color red value is 167, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a72acc hue: 0.80 , saturation: 0.66 and the lightness value of a72acc is 0.48.

The process color (four color CMYK) of #a72acc color hex is 0.18, 0.79, 0.00, 0.20. Web safe color of #a72acc is #9933cc. Color #a72acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 11001100
Octal 247 52 314
Decimal 167 42 204
Hex A7 2A CC

RGB Percentages of Color #a72acc

%40.44
%10.17
%49.39

CMYK Percentages of Color #a72acc

%18
%79
%0
%20

Triadic Colors of #a72acc

#a72acc #cca72a #2acca7

Analogous Colors of #a72acc

#a72acc #cc2aa0 #562acc

Monochromatic Colors of #a72acc

#a72acc

Complementary Color

#a72acc #4fcc2a

#a72acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72acc Color CSS Codes

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

#a72acc Text Font Color

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

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


#a72acc Background Color

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

This div background color is #a72acc


#a72acc Border Color

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

This div border color is #a72acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72acc


Comments

No comments written yet.

Please login to write comment.