Color Hex Logo

#a501fa Color Hex

#A501FA
(165,1,250)
0 Favorites   0 Comments

Color spaces of #a501fa

RGB 1651250
HSL0.780.990.49
HSV280°100°98°
CMYK 0.341.000.00   0.02
XYZ32.783214.923291.5951
Yxy14.92320.23530.1071
Hunter Lab38.630683.8777-113.5383
CIE-Lab45.528885.4399-82.7153

#a501fa color RGB value is (165,1,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000001 11111010
Octal 245 1 372
Decimal 165 1 250
Hex A5 1 FA

RGB Percentages of Color #a501fa

%39.66
%0.24
%60.10

CMYK Percentages of Color #a501fa

%34
%100
%0
%2

Triadic Colors of #a501fa

#a501fa #faa501 #01faa5

Analogous Colors of #a501fa

#a501fa #fa01d3 #2901fa

Monochromatic Colors of #a501fa

#a501fa

Complementary Color

#a501fa #56fa01

#a501fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a501fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a501fa Color CSS Codes

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

#a501fa Text Font Color

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

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


#a501fa Background Color

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

This div background color is #a501fa


#a501fa Border Color

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

This div border color is #a501fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a501fa


Comments

No comments written yet.

Please login to write comment.