Color Hex Logo

#a963fd Color Hex

#A963FD
(169,99,253)
0 Favorites   0 Comments

Color spaces of #a963fd

RGB 16999253
HSL0.740.970.69
HSV267°61°99°
CMYK 0.330.610.00   0.01
XYZ38.553624.450595.6159
Yxy24.45050.24310.1541
Hunter Lab49.447452.6413-80.0351
CIE-Lab56.536157.4671-66.4604

#a963fd color RGB value is (169,99,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 11111101
Octal 251 143 375
Decimal 169 99 253
Hex A9 63 FD

RGB Percentages of Color #a963fd

%32.44
%19.00
%48.56

CMYK Percentages of Color #a963fd

%33
%61
%0
%1

Triadic Colors of #a963fd

#a963fd #fda963 #63fda9

Analogous Colors of #a963fd

#a963fd #f663fd #636afd

Monochromatic Colors of #a963fd

#a963fd

Complementary Color

#a963fd #b7fd63

#a963fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963fd Color CSS Codes

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

#a963fd Text Font Color

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

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


#a963fd Background Color

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

This div background color is #a963fd


#a963fd Border Color

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

This div border color is #a963fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,99,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963fd


Comments

No comments written yet.

Please login to write comment.