Color Hex Logo

#a016fc Color Hex

#A016FC
(160,22,252)
0 Favorites   0 Comments

Color spaces of #a016fc

RGB 16022252
HSL0.770.970.54
HSV276°91°99°
CMYK 0.370.910.00   0.01
XYZ32.354815.075793.3001
Yxy15.07570.22990.1071
Hunter Lab38.827480.7956-115.2912
CIE-Lab45.737783.0055-83.5194

#a016fc color RGB value is (160,22,252).

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

The process color (four color CMYK) of #a016fc color hex is 0.37, 0.91, 0.00, 0.01. Web safe color of #a016fc is #9900ff. Color #a016fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010110 11111100
Octal 240 26 374
Decimal 160 22 252
Hex A0 16 FC

RGB Percentages of Color #a016fc

%36.87
%5.07
%58.06

CMYK Percentages of Color #a016fc

%37
%91
%0
%1

Triadic Colors of #a016fc

#a016fc #fca016 #16fca0

Analogous Colors of #a016fc

#a016fc #fc16e5 #2d16fc

Monochromatic Colors of #a016fc

#a016fc

Complementary Color

#a016fc #72fc16

#a016fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a016fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a016fc Color CSS Codes

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

#a016fc Text Font Color

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

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


#a016fc Background Color

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

This div background color is #a016fc


#a016fc Border Color

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

This div border color is #a016fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,22,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 #a016fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a016fc


Comments

No comments written yet.

Please login to write comment.