Color Hex Logo

#a350fa Color Hex

#A350FA
(163,80,250)
0 Favorites   0 Comments

Color spaces of #a350fa

RGB 16380250
HSL0.750.940.65
HSV269°68°98°
CMYK 0.350.680.00   0.02
XYZ35.228220.426092.5284
Yxy20.42600.23770.1378
Hunter Lab45.195160.0437-89.7484
CIE-Lab52.315564.6962-71.6532

#a350fa color RGB value is (163,80,250).

#a350fa hex color red value is 163, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a350fa hue: 0.75 , saturation: 0.94 and the lightness value of a350fa is 0.65.

The process color (four color CMYK) of #a350fa color hex is 0.35, 0.68, 0.00, 0.02. Web safe color of #a350fa is #9966ff. Color #a350fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 11111010
Octal 243 120 372
Decimal 163 80 250
Hex A3 50 FA

RGB Percentages of Color #a350fa

%33.06
%16.23
%50.71

CMYK Percentages of Color #a350fa

%35
%68
%0
%2

Triadic Colors of #a350fa

#a350fa #faa350 #50faa3

Analogous Colors of #a350fa

#a350fa #f850fa #5052fa

Monochromatic Colors of #a350fa

#a350fa

Complementary Color

#a350fa #a7fa50

#a350fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a350fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a350fa Color CSS Codes

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

#a350fa Text Font Color

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

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


#a350fa Background Color

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

This div background color is #a350fa


#a350fa Border Color

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

This div border color is #a350fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a350fa


Comments

No comments written yet.

Please login to write comment.