Color Hex Logo

#a400fd Color Hex

#A400FD
(164,0,253)
0 Favorites   0 Comments

Color spaces of #a400fd

RGB 1640253
HSL0.771.000.50
HSV279°100°99°
CMYK 0.351.000.00   0.01
XYZ33.039514.984494.0794
Yxy14.98440.23250.1054
Hunter Lab38.709784.6114-117.0007
CIE-Lab45.612885.9893-84.2622

#a400fd color RGB value is (164,0,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 11111101
Octal 244 0 375
Decimal 164 0 253
Hex A4 0 FD

RGB Percentages of Color #a400fd

%39.33
%0.00
%60.67

CMYK Percentages of Color #a400fd

%35
%100
%0
%1

Triadic Colors of #a400fd

#a400fd #fda400 #00fda4

Analogous Colors of #a400fd

#a400fd #fd00d8 #2500fd

Monochromatic Colors of #a400fd

#a400fd

Complementary Color

#a400fd #59fd00

#a400fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400fd Color CSS Codes

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

#a400fd Text Font Color

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

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


#a400fd Background Color

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

This div background color is #a400fd


#a400fd Border Color

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

This div border color is #a400fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400fd


Comments

No comments written yet.

Please login to write comment.