Color Hex Logo

#a801fd Color Hex

#A801FD
(168,1,253)
0 Favorites   0 Comments

Color spaces of #a801fd

RGB 1681253
HSL0.780.990.50
HSV280°100°99°
CMYK 0.341.000.00   0.01
XYZ33.888915.438494.1223
Yxy15.43840.23620.1076
Hunter Lab39.291785.1947-114.5234
CIE-Lab46.228986.3211-83.2289

#a801fd color RGB value is (168,1,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000001 11111101
Octal 250 1 375
Decimal 168 1 253
Hex A8 1 FD

RGB Percentages of Color #a801fd

%39.81
%0.24
%59.95

CMYK Percentages of Color #a801fd

%34
%100
%0
%1

Triadic Colors of #a801fd

#a801fd #fda801 #01fda8

Analogous Colors of #a801fd

#a801fd #fd01d4 #2a01fd

Monochromatic Colors of #a801fd

#a801fd

Complementary Color

#a801fd #56fd01

#a801fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a801fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a801fd Color CSS Codes

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

#a801fd Text Font Color

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

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


#a801fd Background Color

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

This div background color is #a801fd


#a801fd Border Color

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

This div border color is #a801fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,1,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a801fd

Related Colors


Comments

No comments written yet.

Please login to write comment.