Color Hex Logo

#a350fc Color Hex

#A350FC
(163,80,252)
0 Favorites   0 Comments

Color spaces of #a350fc

RGB 16380252
HSL0.750.970.65
HSV269°68°99°
CMYK 0.350.680.00   0.01
XYZ35.543620.552194.1891
Yxy20.55210.23650.1368
Hunter Lab45.334460.6143-91.4498
CIE-Lab52.455865.1602-72.5380

#a350fc color RGB value is (163,80,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 11111100
Octal 243 120 374
Decimal 163 80 252
Hex A3 50 FC

RGB Percentages of Color #a350fc

%32.93
%16.16
%50.91

CMYK Percentages of Color #a350fc

%35
%68
%0
%1

Triadic Colors of #a350fc

#a350fc #fca350 #50fca3

Analogous Colors of #a350fc

#a350fc #f950fc #5053fc

Monochromatic Colors of #a350fc

#a350fc

Complementary Color

#a350fc #a9fc50

#a350fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a350fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a350fc Color CSS Codes

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

#a350fc Text Font Color

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

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


#a350fc Background Color

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

This div background color is #a350fc


#a350fc Border Color

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

This div border color is #a350fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,80,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a350fc


Comments

No comments written yet.

Please login to write comment.