Color Hex Logo

#a400fa Color Hex

#A400FA
(164,0,250)
0 Favorites   0 Comments

Color spaces of #a400fa

RGB 1640250
HSL0.781.000.49
HSV279°100°98°
CMYK 0.341.000.00   0.02
XYZ32.565214.794691.5818
Yxy14.79460.23440.1065
Hunter Lab38.463783.8148-114.2443
CIE-Lab45.351685.4250-83.0117

#a400fa color RGB value is (164,0,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 11111010
Octal 244 0 372
Decimal 164 0 250
Hex A4 0 FA

RGB Percentages of Color #a400fa

%39.61
%0.00
%60.39

CMYK Percentages of Color #a400fa

%34
%100
%0
%2

Triadic Colors of #a400fa

#a400fa #faa400 #00faa4

Analogous Colors of #a400fa

#a400fa #fa00d3 #2700fa

Monochromatic Colors of #a400fa

#a400fa

Complementary Color

#a400fa #56fa00

#a400fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400fa Color CSS Codes

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

#a400fa Text Font Color

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

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


#a400fa Background Color

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

This div background color is #a400fa


#a400fa Border Color

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

This div border color is #a400fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400fa


Comments

No comments written yet.

Please login to write comment.