Color Hex Logo

#a390fc Color Hex

#A390FC
(163,144,252)
0 Favorites   0 Comments

Color spaces of #a390fc

RGB 163144252
HSL0.700.950.78
HSV251°43°99°
CMYK 0.350.430.00   0.01
XYZ42.648234.761396.5573
Yxy34.76130.24520.1998
Hunter Lab58.958725.9415-55.8287
CIE-Lab65.562431.2252-51.5243

#a390fc color RGB value is (163,144,252).

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

The process color (four color CMYK) of #a390fc color hex is 0.35, 0.43, 0.00, 0.01. Web safe color of #a390fc is #9999ff. Color #a390fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010000 11111100
Octal 243 220 374
Decimal 163 144 252
Hex A3 90 FC

RGB Percentages of Color #a390fc

%29.16
%25.76
%45.08

CMYK Percentages of Color #a390fc

%35
%43
%0
%1

Triadic Colors of #a390fc

#a390fc #fca390 #90fca3

Analogous Colors of #a390fc

#a390fc #d990fc #90b3fc

Monochromatic Colors of #a390fc

#a390fc

Complementary Color

#a390fc #e9fc90

#a390fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a390fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a390fc Color CSS Codes

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

#a390fc Text Font Color

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

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


#a390fc Background Color

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

This div background color is #a390fc


#a390fc Border Color

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

This div border color is #a390fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a390fc


Comments

No comments written yet.

Please login to write comment.