Color Hex Logo

#a963db Color Hex

#A963DB
(169,99,219)
0 Favorites   0 Comments

Color spaces of #a963db

RGB 16999219
HSL0.760.630.62
HSV275°55°86°
CMYK 0.230.550.00   0.14
XYZ33.610222.473269.5841
Yxy22.47320.26750.1788
Hunter Lab47.405943.5939-53.8439
CIE-Lab54.525549.5852-50.6757

#a963db color RGB value is (169,99,219).

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

The process color (four color CMYK) of #a963db color hex is 0.23, 0.55, 0.00, 0.14. Web safe color of #a963db is #9966cc. Color #a963db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 11011011
Octal 251 143 333
Decimal 169 99 219
Hex A9 63 DB

RGB Percentages of Color #a963db

%34.70
%20.33
%44.97

CMYK Percentages of Color #a963db

%23
%55
%0
%14

Triadic Colors of #a963db

#a963db #dba963 #63dba9

Analogous Colors of #a963db

#a963db #db63d1 #6d63db

Monochromatic Colors of #a963db

#a963db

Complementary Color

#a963db #95db63

#a963db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963db Color CSS Codes

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

#a963db Text Font Color

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

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


#a963db Background Color

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

This div background color is #a963db


#a963db Border Color

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

This div border color is #a963db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963db


Comments

No comments written yet.

Please login to write comment.