Color Hex Logo

#a421fb Color Hex

#A421FB
(164,33,251)
0 Favorites   0 Comments

Color spaces of #a421fb

RGB 16433251
HSL0.770.960.56
HSV276°87°98°
CMYK 0.350.870.00   0.02
XYZ33.266315.945392.5912
Yxy15.94530.23460.1124
Hunter Lab39.931678.8250-109.5264
CIE-Lab46.902681.2323-81.0285

#a421fb color RGB value is (164,33,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100001 11111011
Octal 244 41 373
Decimal 164 33 251
Hex A4 21 FB

RGB Percentages of Color #a421fb

%36.61
%7.37
%56.03

CMYK Percentages of Color #a421fb

%35
%87
%0
%2

Triadic Colors of #a421fb

#a421fb #fba421 #21fba4

Analogous Colors of #a421fb

#a421fb #fb21e5 #3721fb

Monochromatic Colors of #a421fb

#a421fb

Complementary Color

#a421fb #78fb21

#a421fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a421fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a421fb Color CSS Codes

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

#a421fb Text Font Color

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

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


#a421fb Background Color

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

This div background color is #a421fb


#a421fb Border Color

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

This div border color is #a421fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a421fb


Comments

No comments written yet.

Please login to write comment.