Color Hex Logo

#a72fab Color Hex

#A72FAB
(167,47,171)
0 Favorites   0 Comments

Color spaces of #a72fab

RGB 16747171
HSL0.830.570.43
HSV298°73°67°
CMYK 0.020.730.00   0.33
XYZ24.303613.188839.7928
Yxy13.18880.31450.1707
Hunter Lab36.316455.9018-39.5441
CIE-Lab43.046462.8464-41.1879

#a72fab color RGB value is (167,47,171).

#a72fab hex color red value is 167, green value is 47 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a72fab hue: 0.83 , saturation: 0.57 and the lightness value of a72fab is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101111 10101011
Octal 247 57 253
Decimal 167 47 171
Hex A7 2F AB

RGB Percentages of Color #a72fab

%43.38
%12.21
%44.42

CMYK Percentages of Color #a72fab

%2
%73
%0
%33

Triadic Colors of #a72fab

#a72fab #aba72f #2faba7

Analogous Colors of #a72fab

#a72fab #ab2f71 #692fab

Monochromatic Colors of #a72fab

#a72fab

Complementary Color

#a72fab #33ab2f

#a72fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72fab Color CSS Codes

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

#a72fab Text Font Color

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

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


#a72fab Background Color

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

This div background color is #a72fab


#a72fab Border Color

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

This div border color is #a72fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72fab


Comments

No comments written yet.

Please login to write comment.