Color Hex Logo

#a011fa Color Hex

#A011FA
(160,17,250)
1 Favorites   0 Comments

Color spaces of #a011fa

RGB 16017250
HSL0.770.960.52
HSV277°93°98°
CMYK 0.360.930.00   0.02
XYZ31.953014.776691.6105
Yxy14.77660.23100.1068
Hunter Lab38.440381.1050-114.3909
CIE-Lab45.326783.3259-83.0744

#a011fa color RGB value is (160,17,250).

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

The process color (four color CMYK) of #a011fa color hex is 0.36, 0.93, 0.00, 0.02. Web safe color of #a011fa is #9900ff. Color #a011fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 11111010
Octal 240 21 372
Decimal 160 17 250
Hex A0 11 FA

RGB Percentages of Color #a011fa

%37.47
%3.98
%58.55

CMYK Percentages of Color #a011fa

%36
%93
%0
%2

Triadic Colors of #a011fa

#a011fa #faa011 #11faa0

Analogous Colors of #a011fa

#a011fa #fa11e0 #2b11fa

Monochromatic Colors of #a011fa

#a011fa

Complementary Color

#a011fa #6bfa11

#a011fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a011fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a011fa Color CSS Codes

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

#a011fa Text Font Color

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

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


#a011fa Background Color

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

This div background color is #a011fa


#a011fa Border Color

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

This div border color is #a011fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,17,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a011fa


Comments

No comments written yet.

Please login to write comment.