Color Hex Logo

#a72feb Color Hex

#A72FEB
(167,47,235)
0 Favorites   0 Comments

Color spaces of #a72feb

RGB 16747235
HSL0.770.820.55
HSV278°80°92°
CMYK 0.290.800.00   0.08
XYZ31.948316.246780.0493
Yxy16.24670.24910.1267
Hunter Lab40.307270.9451-89.5337
CIE-Lab47.296574.8183-71.3758

#a72feb color RGB value is (167,47,235).

#a72feb hex color red value is 167, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a72feb hue: 0.77 , saturation: 0.82 and the lightness value of a72feb is 0.55.

The process color (four color CMYK) of #a72feb color hex is 0.29, 0.80, 0.00, 0.08. Web safe color of #a72feb is #9933ff. Color #a72feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101111 11101011
Octal 247 57 353
Decimal 167 47 235
Hex A7 2F EB

RGB Percentages of Color #a72feb

%37.19
%10.47
%52.34

CMYK Percentages of Color #a72feb

%29
%80
%0
%8

Triadic Colors of #a72feb

#a72feb #eba72f #2feba7

Analogous Colors of #a72feb

#a72feb #eb2fd1 #492feb

Monochromatic Colors of #a72feb

#a72feb

Complementary Color

#a72feb #73eb2f

#a72feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72feb Color CSS Codes

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

#a72feb Text Font Color

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

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


#a72feb Background Color

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

This div background color is #a72feb


#a72feb Border Color

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

This div border color is #a72feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72feb


Comments

No comments written yet.

Please login to write comment.