Color Hex Logo

#a720fc Color Hex

#A720FC
(167,32,252)
0 Favorites   0 Comments

Color spaces of #a720fc

RGB 16732252
HSL0.770.970.56
HSV277°87°99°
CMYK 0.340.870.00   0.01
XYZ34.023516.276893.4440
Yxy16.27680.23670.1132
Hunter Lab40.344579.9304-109.0834
CIE-Lab47.335682.0197-80.8621

#a720fc color RGB value is (167,32,252).

#a720fc hex color red value is 167, green value is 32 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a720fc hue: 0.77 , saturation: 0.97 and the lightness value of a720fc is 0.56.

The process color (four color CMYK) of #a720fc color hex is 0.34, 0.87, 0.00, 0.01. Web safe color of #a720fc is #9933ff. Color #a720fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100000 11111100
Octal 247 40 374
Decimal 167 32 252
Hex A7 20 FC

RGB Percentages of Color #a720fc

%37.03
%7.10
%55.88

CMYK Percentages of Color #a720fc

%34
%87
%0
%1

Triadic Colors of #a720fc

#a720fc #fca720 #20fca7

Analogous Colors of #a720fc

#a720fc #fc20e3 #3920fc

Monochromatic Colors of #a720fc

#a720fc

Complementary Color

#a720fc #75fc20

#a720fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a720fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a720fc Color CSS Codes

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

#a720fc Text Font Color

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

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


#a720fc Background Color

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

This div background color is #a720fc


#a720fc Border Color

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

This div border color is #a720fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a720fc


Comments

No comments written yet.

Please login to write comment.