Color Hex Logo

#a72caf Color Hex

#A72CAF
(167,44,175)
0 Favorites   0 Comments

Color spaces of #a72caf

RGB 16744175
HSL0.820.600.43
HSV296°75°69°
CMYK 0.050.750.00   0.31
XYZ24.574913.112041.7931
Yxy13.11200.30920.1650
Hunter Lab36.210557.7738-43.0834
CIE-Lab42.931564.5178-43.7427

#a72caf color RGB value is (167,44,175).

#a72caf hex color red value is 167, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a72caf hue: 0.82 , saturation: 0.60 and the lightness value of a72caf is 0.43.

The process color (four color CMYK) of #a72caf color hex is 0.05, 0.75, 0.00, 0.31. Web safe color of #a72caf is #993399. Color #a72caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101100 10101111
Octal 247 54 257
Decimal 167 44 175
Hex A7 2C AF

RGB Percentages of Color #a72caf

%43.26
%11.40
%45.34

CMYK Percentages of Color #a72caf

%5
%75
%0
%31

Triadic Colors of #a72caf

#a72caf #afa72c #2cafa7

Analogous Colors of #a72caf

#a72caf #af2c76 #662caf

Monochromatic Colors of #a72caf

#a72caf

Complementary Color

#a72caf #34af2c

#a72caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72caf Color CSS Codes

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

#a72caf Text Font Color

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

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


#a72caf Background Color

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

This div background color is #a72caf


#a72caf Border Color

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

This div border color is #a72caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72caf


Comments

No comments written yet.

Please login to write comment.