Color Hex Logo

#a416fa Color Hex

#A416FA
(164,22,250)
0 Favorites   0 Comments

Color spaces of #a416fa

RGB 16422250
HSL0.770.960.53
HSV277°91°98°
CMYK 0.340.910.00   0.02
XYZ32.852115.368591.6774
Yxy15.36850.23480.1099
Hunter Lab39.202780.9795-111.2107
CIE-Lab46.134883.0733-81.7270

#a416fa color RGB value is (164,22,250).

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

The process color (four color CMYK) of #a416fa color hex is 0.34, 0.91, 0.00, 0.02. Web safe color of #a416fa is #9900ff. Color #a416fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010110 11111010
Octal 244 26 372
Decimal 164 22 250
Hex A4 16 FA

RGB Percentages of Color #a416fa

%37.61
%5.05
%57.34

CMYK Percentages of Color #a416fa

%34
%91
%0
%2

Triadic Colors of #a416fa

#a416fa #faa416 #16faa4

Analogous Colors of #a416fa

#a416fa #fa16de #3216fa

Monochromatic Colors of #a416fa

#a416fa

Complementary Color

#a416fa #6cfa16

#a416fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a416fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a416fa Color CSS Codes

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

#a416fa Text Font Color

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

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


#a416fa Background Color

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

This div background color is #a416fa


#a416fa Border Color

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

This div border color is #a416fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a416fa

Related Colors


Comments

No comments written yet.

Please login to write comment.