Color Hex Logo

#a400fb Color Hex

#A400FB
(164,0,251)
0 Favorites   0 Comments

Color spaces of #a400fb

RGB 1640251
HSL0.781.000.49
HSV279°100°98°
CMYK 0.351.000.00   0.02
XYZ32.722414.857592.4099
Yxy14.85750.23370.1061
Hunter Lab38.545484.0796-115.1617
CIE-Lab45.438485.6128-83.4294

#a400fb color RGB value is (164,0,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 11111011
Octal 244 0 373
Decimal 164 0 251
Hex A4 0 FB

RGB Percentages of Color #a400fb

%39.52
%0.00
%60.48

CMYK Percentages of Color #a400fb

%35
%100
%0
%2

Triadic Colors of #a400fb

#a400fb #fba400 #00fba4

Analogous Colors of #a400fb

#a400fb #fb00d5 #2700fb

Monochromatic Colors of #a400fb

#a400fb

Complementary Color

#a400fb #57fb00

#a400fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400fb Color CSS Codes

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

#a400fb Text Font Color

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

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


#a400fb Background Color

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

This div background color is #a400fb


#a400fb Border Color

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

This div border color is #a400fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,0,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400fb

Related Colors

#a400fb Color Palettes


Comments

No comments written yet.

Please login to write comment.