Color Hex Logo

#a422fb Color Hex

#A422FB
(164,34,251)
0 Favorites   0 Comments

Color spaces of #a422fb

RGB 16434251
HSL0.770.960.56
HSV276°86°98°
CMYK 0.350.860.00   0.02
XYZ33.294516.001692.6006
Yxy16.00160.23460.1128
Hunter Lab40.002078.5658-109.2490
CIE-Lab46.976681.0131-80.9075

#a422fb color RGB value is (164,34,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100010 11111011
Octal 244 42 373
Decimal 164 34 251
Hex A4 22 FB

RGB Percentages of Color #a422fb

%36.53
%7.57
%55.90

CMYK Percentages of Color #a422fb

%35
%86
%0
%2

Triadic Colors of #a422fb

#a422fb #fba422 #22fba4

Analogous Colors of #a422fb

#a422fb #fb22e6 #3822fb

Monochromatic Colors of #a422fb

#a422fb

Complementary Color

#a422fb #79fb22

#a422fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a422fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a422fb Color CSS Codes

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

#a422fb Text Font Color

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

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


#a422fb Background Color

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

This div background color is #a422fb


#a422fb Border Color

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

This div border color is #a422fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a422fb

Related Colors


Comments

No comments written yet.

Please login to write comment.