Color Hex Logo

#a420fb Color Hex

#A420FB
(164,32,251)
0 Favorites   0 Comments

Color spaces of #a420fb

RGB 16432251
HSL0.770.960.55
HSV276°87°98°
CMYK 0.350.870.00   0.02
XYZ33.238915.890692.5821
Yxy15.89060.23460.1121
Hunter Lab39.863079.0780-109.7973
CIE-Lab46.830681.4460-81.1465

#a420fb color RGB value is (164,32,251).

#a420fb hex color red value is 164, green value is 32 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a420fb hue: 0.77 , saturation: 0.96 and the lightness value of a420fb is 0.55.

The process color (four color CMYK) of #a420fb color hex is 0.35, 0.87, 0.00, 0.02. Web safe color of #a420fb is #9933ff. Color #a420fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 11111011
Octal 244 40 373
Decimal 164 32 251
Hex A4 20 FB

RGB Percentages of Color #a420fb

%36.69
%7.16
%56.15

CMYK Percentages of Color #a420fb

%35
%87
%0
%2

Triadic Colors of #a420fb

#a420fb #fba420 #20fba4

Analogous Colors of #a420fb

#a420fb #fb20e5 #3720fb

Monochromatic Colors of #a420fb

#a420fb

Complementary Color

#a420fb #77fb20

#a420fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a420fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a420fb Color CSS Codes

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

#a420fb Text Font Color

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

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


#a420fb Background Color

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

This div background color is #a420fb


#a420fb Border Color

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

This div border color is #a420fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a420fb


Comments

No comments written yet.

Please login to write comment.