Color Hex Logo

#a314fa Color Hex

#A314FA
(163,20,250)
0 Favorites   0 Comments

Color spaces of #a314fa

RGB 16320250
HSL0.770.960.53
HSV277°92°98°
CMYK 0.350.920.00   0.02
XYZ32.609715.189091.6555
Yxy15.18900.23380.1089
Hunter Lab38.973181.1524-112.1550
CIE-Lab45.892083.2549-82.1306

#a314fa color RGB value is (163,20,250).

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

The process color (four color CMYK) of #a314fa color hex is 0.35, 0.92, 0.00, 0.02. Web safe color of #a314fa is #9900ff. Color #a314fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 11111010
Octal 243 24 372
Decimal 163 20 250
Hex A3 14 FA

RGB Percentages of Color #a314fa

%37.64
%4.62
%57.74

CMYK Percentages of Color #a314fa

%35
%92
%0
%2

Triadic Colors of #a314fa

#a314fa #faa314 #14faa3

Analogous Colors of #a314fa

#a314fa #fa14de #3014fa

Monochromatic Colors of #a314fa

#a314fa

Complementary Color

#a314fa #6bfa14

#a314fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a314fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a314fa Color CSS Codes

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

#a314fa Text Font Color

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

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


#a314fa Background Color

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

This div background color is #a314fa


#a314fa Border Color

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

This div border color is #a314fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a314fa


Comments

No comments written yet.

Please login to write comment.