Color Hex Logo

#a72caa Color Hex

#A72CAA
(167,44,170)
0 Favorites   0 Comments

Color spaces of #a72caa

RGB 16744170
HSL0.830.590.42
HSV299°74°67°
CMYK 0.020.740.00   0.33
XYZ24.092712.919139.2540
Yxy12.91910.31590.1694
Hunter Lab35.943156.7481-39.5912
CIE-Lab42.641163.6725-41.2383

#a72caa color RGB value is (167,44,170).

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

The process color (four color CMYK) of #a72caa color hex is 0.02, 0.74, 0.00, 0.33. Web safe color of #a72caa is #993399. Color #a72caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101100 10101010
Octal 247 54 252
Decimal 167 44 170
Hex A7 2C AA

RGB Percentages of Color #a72caa

%43.83
%11.55
%44.62

CMYK Percentages of Color #a72caa

%2
%74
%0
%33

Triadic Colors of #a72caa

#a72caa #aaa72c #2caaa7

Analogous Colors of #a72caa

#a72caa #aa2c6e #682caa

Monochromatic Colors of #a72caa

#a72caa

Complementary Color

#a72caa #2faa2c

#a72caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72caa Color CSS Codes

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

#a72caa Text Font Color

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

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


#a72caa Background Color

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

This div background color is #a72caa


#a72caa Border Color

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

This div border color is #a72caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72caa


Comments

No comments written yet.

Please login to write comment.