Color Hex Logo

#a963de Color Hex

#A963DE
(169,99,222)
0 Favorites   0 Comments

Color spaces of #a963de

RGB 16999222
HSL0.760.650.63
HSV274°55°87°
CMYK 0.240.550.00   0.13
XYZ34.008822.632671.6833
Yxy22.63260.26500.1764
Hunter Lab47.573744.3494-56.0356
CIE-Lab54.691950.2604-52.1041

#a963de color RGB value is (169,99,222).

#a963de hex color red value is 169, green value is 99 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a963de hue: 0.76 , saturation: 0.65 and the lightness value of a963de is 0.63.

The process color (four color CMYK) of #a963de color hex is 0.24, 0.55, 0.00, 0.13. Web safe color of #a963de is #9966cc. Color #a963de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 11011110
Octal 251 143 336
Decimal 169 99 222
Hex A9 63 DE

RGB Percentages of Color #a963de

%34.49
%20.20
%45.31

CMYK Percentages of Color #a963de

%24
%55
%0
%13

Triadic Colors of #a963de

#a963de #dea963 #63dea9

Analogous Colors of #a963de

#a963de #de63d6 #6c63de

Monochromatic Colors of #a963de

#a963de

Complementary Color

#a963de #98de63

#a963de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963de Color CSS Codes

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

#a963de Text Font Color

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

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


#a963de Background Color

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

This div background color is #a963de


#a963de Border Color

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

This div border color is #a963de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963de


Comments

No comments written yet.

Please login to write comment.