Color Hex Logo

#a011fc Color Hex

#A011FC
(160,17,252)
0 Favorites   0 Comments

Color spaces of #a011fc

RGB 16017252
HSL0.770.980.53
HSV277°93°99°
CMYK 0.370.930.00   0.01
XYZ32.268314.902893.2712
Yxy14.90280.22980.1061
Hunter Lab38.604181.6467-116.2272
CIE-Lab45.500883.7153-83.9083

#a011fc color RGB value is (160,17,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 11111100
Octal 240 21 374
Decimal 160 17 252
Hex A0 11 FC

RGB Percentages of Color #a011fc

%37.30
%3.96
%58.74

CMYK Percentages of Color #a011fc

%37
%93
%0
%1

Triadic Colors of #a011fc

#a011fc #fca011 #11fca0

Analogous Colors of #a011fc

#a011fc #fc11e3 #2b11fc

Monochromatic Colors of #a011fc

#a011fc

Complementary Color

#a011fc #6dfc11

#a011fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a011fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a011fc Color CSS Codes

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

#a011fc Text Font Color

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

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


#a011fc Background Color

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

This div background color is #a011fc


#a011fc Border Color

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

This div border color is #a011fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a011fc

Related Colors


Comments

No comments written yet.

Please login to write comment.