Color Hex Logo

#a351fa Color Hex

#A351FA
(163,81,250)
0 Favorites   0 Comments

Color spaces of #a351fa

RGB 16381250
HSL0.750.940.65
HSV269°68°98°
CMYK 0.350.680.00   0.02
XYZ35.302020.573592.5529
Yxy20.57350.23780.1386
Hunter Lab45.358059.5494-89.2304
CIE-Lab52.479564.2398-71.3871

#a351fa color RGB value is (163,81,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 11111010
Octal 243 121 372
Decimal 163 81 250
Hex A3 51 FA

RGB Percentages of Color #a351fa

%33.00
%16.40
%50.61

CMYK Percentages of Color #a351fa

%35
%68
%0
%2

Triadic Colors of #a351fa

#a351fa #faa351 #51faa3

Analogous Colors of #a351fa

#a351fa #f851fa #5153fa

Monochromatic Colors of #a351fa

#a351fa

Complementary Color

#a351fa #a8fa51

#a351fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a351fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a351fa Color CSS Codes

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

#a351fa Text Font Color

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

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


#a351fa Background Color

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

This div background color is #a351fa


#a351fa Border Color

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

This div border color is #a351fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a351fa

Related Colors


Comments

No comments written yet.

Please login to write comment.