Color Hex Logo

#a390fa Color Hex

#A390FA
(163,144,250)
0 Favorites   0 Comments

Color spaces of #a390fa

RGB 163144250
HSL0.700.910.77
HSV251°42°98°
CMYK 0.350.420.00   0.02
XYZ42.332834.635294.8966
Yxy34.63520.24630.2015
Hunter Lab58.851725.4070-54.4072
CIE-Lab65.463730.7048-50.5865

#a390fa color RGB value is (163,144,250).

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

The process color (four color CMYK) of #a390fa color hex is 0.35, 0.42, 0.00, 0.02. Web safe color of #a390fa is #9999ff. Color #a390fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 11111010
Octal 243 220 372
Decimal 163 144 250
Hex A3 90 FA

RGB Percentages of Color #a390fa

%29.26
%25.85
%44.88

CMYK Percentages of Color #a390fa

%35
%42
%0
%2

Triadic Colors of #a390fa

#a390fa #faa390 #90faa3

Analogous Colors of #a390fa

#a390fa #d890fa #90b2fa

Monochromatic Colors of #a390fa

#a390fa

Complementary Color

#a390fa #e7fa90

#a390fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390fa Color CSS Codes

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

#a390fa Text Font Color

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

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


#a390fa Background Color

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

This div background color is #a390fa


#a390fa Border Color

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

This div border color is #a390fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390fa

Related Colors


Comments

No comments written yet.

Please login to write comment.