Color Hex Logo

#a404fa Color Hex

#A404FA
(164,4,250)
0 Favorites   0 Comments

Color spaces of #a404fa

RGB 1644250
HSL0.780.970.50
HSV279°98°98°
CMYK 0.340.980.00   0.02
XYZ32.608614.881591.5962
Yxy14.88150.23440.1070
Hunter Lab38.576583.3764-113.7747
CIE-Lab45.471585.0636-82.8149

#a404fa color RGB value is (164,4,250).

#a404fa hex color red value is 164, green value is 4 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a404fa hue: 0.78 , saturation: 0.97 and the lightness value of a404fa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000100 11111010
Octal 244 4 372
Decimal 164 4 250
Hex A4 4 FA

RGB Percentages of Color #a404fa

%39.23
%0.96
%59.81

CMYK Percentages of Color #a404fa

%34
%98
%0
%2

Triadic Colors of #a404fa

#a404fa #faa404 #04faa4

Analogous Colors of #a404fa

#a404fa #fa04d5 #2904fa

Monochromatic Colors of #a404fa

#a404fa

Complementary Color

#a404fa #5afa04

#a404fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a404fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a404fa Color CSS Codes

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

#a404fa Text Font Color

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

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


#a404fa Background Color

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

This div background color is #a404fa


#a404fa Border Color

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

This div border color is #a404fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a404fa


Comments

No comments written yet.

Please login to write comment.