Color Hex Logo

#a720e3 Color Hex

#A720E3
(167,32,227)
0 Favorites   0 Comments

Color spaces of #a720e3

RGB 16732227
HSL0.780.780.51
HSV282°86°89°
CMYK 0.260.860.00   0.11
XYZ30.318014.794673.9307
Yxy14.79460.25470.1243
Hunter Lab38.463773.3862-87.0360
CIE-Lab45.351677.1846-70.0077

#a720e3 color RGB value is (167,32,227).

#a720e3 hex color red value is 167, green value is 32 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #a720e3 hue: 0.78 , saturation: 0.78 and the lightness value of a720e3 is 0.51.

The process color (four color CMYK) of #a720e3 color hex is 0.26, 0.86, 0.00, 0.11. Web safe color of #a720e3 is #9933cc. Color #a720e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100000 11100011
Octal 247 40 343
Decimal 167 32 227
Hex A7 20 E3

RGB Percentages of Color #a720e3

%39.20
%7.51
%53.29

CMYK Percentages of Color #a720e3

%26
%86
%0
%11

Triadic Colors of #a720e3

#a720e3 #e3a720 #20e3a7

Analogous Colors of #a720e3

#a720e3 #e320be #4620e3

Monochromatic Colors of #a720e3

#a720e3

Complementary Color

#a720e3 #5ce320

#a720e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a720e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a720e3 Color CSS Codes

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

#a720e3 Text Font Color

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

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


#a720e3 Background Color

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

This div background color is #a720e3


#a720e3 Border Color

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

This div border color is #a720e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a720e3


Comments

No comments written yet.

Please login to write comment.