Color Hex Logo

#a801fe Color Hex

#A801FE
(168,1,254)
0 Favorites   0 Comments

Color spaces of #a801fe

RGB 1681254
HSL0.780.990.50
HSV280°100°100°
CMYK 0.341.000.00   0.00
XYZ34.048715.502394.9636
Yxy15.50230.23560.1073
Hunter Lab39.373085.4594-115.4404
CIE-Lab46.314686.5079-83.6470

#a801fe color RGB value is (168,1,254).

#a801fe hex color red value is 168, green value is 1 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a801fe hue: 0.78 , saturation: 0.99 and the lightness value of a801fe is 0.50.

The process color (four color CMYK) of #a801fe color hex is 0.34, 1.00, 0.00, 0.00. Web safe color of #a801fe is #9900ff. Color #a801fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000001 11111110
Octal 250 1 376
Decimal 168 1 254
Hex A8 1 FE

RGB Percentages of Color #a801fe

%39.72
%0.24
%60.05

CMYK Percentages of Color #a801fe

%34
%100
%0
%0

Triadic Colors of #a801fe

#a801fe #fea801 #01fea8

Analogous Colors of #a801fe

#a801fe #fe01d6 #2901fe

Monochromatic Colors of #a801fe

#a801fe

Complementary Color

#a801fe #57fe01

#a801fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a801fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a801fe Color CSS Codes

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

#a801fe Text Font Color

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

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


#a801fe Background Color

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

This div background color is #a801fe


#a801fe Border Color

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

This div border color is #a801fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a801fe

Related Colors


Comments

No comments written yet.

Please login to write comment.