Color Hex Logo

#a010fe Color Hex

#A010FE
(160,16,254)
0 Favorites   0 Comments

Color spaces of #a010fe

RGB 16016254
HSL0.770.990.53
HSV276°94°100°
CMYK 0.370.940.00   0.00
XYZ32.571914.999994.9445
Yxy14.99990.22850.1053
Hunter Lab38.729782.3425-118.2365
CIE-Lab45.634184.2313-84.8076

#a010fe color RGB value is (160,16,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 11111110
Octal 240 20 376
Decimal 160 16 254
Hex A0 10 FE

RGB Percentages of Color #a010fe

%37.21
%3.72
%59.07

CMYK Percentages of Color #a010fe

%37
%94
%0
%0

Triadic Colors of #a010fe

#a010fe #fea010 #10fea0

Analogous Colors of #a010fe

#a010fe #fe10e5 #2910fe

Monochromatic Colors of #a010fe

#a010fe

Complementary Color

#a010fe #6efe10

#a010fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010fe Color CSS Codes

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

#a010fe Text Font Color

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

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


#a010fe Background Color

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

This div background color is #a010fe


#a010fe Border Color

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

This div border color is #a010fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010fe


Comments

No comments written yet.

Please login to write comment.