Color Hex Logo

#a363fc Color Hex

#A363FC
(163,99,252)
0 Favorites   0 Comments

Color spaces of #a363fc

RGB 16399252
HSL0.740.960.69
HSV265°61°99°
CMYK 0.350.610.00   0.01
XYZ37.136823.738594.7201
Yxy23.73850.23870.1526
Hunter Lab48.722250.7917-81.1593
CIE-Lab55.825055.9414-67.0864

#a363fc color RGB value is (163,99,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100011 11111100
Octal 243 143 374
Decimal 163 99 252
Hex A3 63 FC

RGB Percentages of Color #a363fc

%31.71
%19.26
%49.03

CMYK Percentages of Color #a363fc

%35
%61
%0
%1

Triadic Colors of #a363fc

#a363fc #fca363 #63fca3

Analogous Colors of #a363fc

#a363fc #f063fc #6370fc

Monochromatic Colors of #a363fc

#a363fc

Complementary Color

#a363fc #bcfc63

#a363fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a363fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a363fc Color CSS Codes

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

#a363fc Text Font Color

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

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


#a363fc Background Color

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

This div background color is #a363fc


#a363fc Border Color

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

This div border color is #a363fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a363fc


Comments

No comments written yet.

Please login to write comment.