Color Hex Logo

#a363fe Color Hex

#A363FE
(163,99,254)
0 Favorites   0 Comments

Color spaces of #a363fe

RGB 16399254
HSL0.740.990.69
HSV265°61°100°
CMYK 0.360.610.00   0.00
XYZ37.455523.866096.3984
Yxy23.86600.23750.1513
Hunter Lab48.852851.3636-82.7964
CIE-Lab55.953456.4307-67.9861

#a363fe color RGB value is (163,99,254).

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

The process color (four color CMYK) of #a363fe color hex is 0.36, 0.61, 0.00, 0.00. Web safe color of #a363fe is #9966ff. Color #a363fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100011 11111110
Octal 243 143 376
Decimal 163 99 254
Hex A3 63 FE

RGB Percentages of Color #a363fe

%31.59
%19.19
%49.22

CMYK Percentages of Color #a363fe

%36
%61
%0
%0

Triadic Colors of #a363fe

#a363fe #fea363 #63fea3

Analogous Colors of #a363fe

#a363fe #f163fe #6371fe

Monochromatic Colors of #a363fe

#a363fe

Complementary Color

#a363fe #befe63

#a363fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a363fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a363fe Color CSS Codes

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

#a363fe Text Font Color

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

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


#a363fe Background Color

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

This div background color is #a363fe


#a363fe Border Color

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

This div border color is #a363fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a363fe


Comments

No comments written yet.

Please login to write comment.