Color Hex Logo

#a391fe Color Hex

#A391FE
(163,145,254)
0 Favorites   0 Comments

Color spaces of #a391fe

RGB 163145254
HSL0.690.980.78
HSV250°43°100°
CMYK 0.360.430.00   0.00
XYZ43.119035.193198.2863
Yxy35.19310.24420.1993
Hunter Lab59.323825.9247-56.7037
CIE-Lab65.898731.1789-52.0845

#a391fe color RGB value is (163,145,254).

#a391fe hex color red value is 163, green value is 145 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a391fe hue: 0.69 , saturation: 0.98 and the lightness value of a391fe is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010001 11111110
Octal 243 221 376
Decimal 163 145 254
Hex A3 91 FE

RGB Percentages of Color #a391fe

%29.00
%25.80
%45.20

CMYK Percentages of Color #a391fe

%36
%43
%0
%0

Triadic Colors of #a391fe

#a391fe #fea391 #91fea3

Analogous Colors of #a391fe

#a391fe #da91fe #91b6fe

Monochromatic Colors of #a391fe

#a391fe

Complementary Color

#a391fe #ecfe91

#a391fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a391fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a391fe Color CSS Codes

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

#a391fe Text Font Color

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

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


#a391fe Background Color

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

This div background color is #a391fe


#a391fe Border Color

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

This div border color is #a391fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a391fe

Related Colors


Comments

No comments written yet.

Please login to write comment.