Color Hex Logo

#a963cc Color Hex

#A963CC
(169,99,204)
0 Favorites   0 Comments

Color spaces of #a963cc

RGB 16999204
HSL0.780.510.59
HSV280°51°80°
CMYK 0.170.510.00   0.20
XYZ31.723121.718359.6468
Yxy21.71830.28050.1920
Hunter Lab46.602939.9518-43.2629
CIE-Lab53.726846.2826-43.4274

#a963cc color RGB value is (169,99,204).

#a963cc hex color red value is 169, green value is 99 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a963cc hue: 0.78 , saturation: 0.51 and the lightness value of a963cc is 0.59.

The process color (four color CMYK) of #a963cc color hex is 0.17, 0.51, 0.00, 0.20. Web safe color of #a963cc is #9966cc. Color #a963cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 11001100
Octal 251 143 314
Decimal 169 99 204
Hex A9 63 CC

RGB Percentages of Color #a963cc

%35.81
%20.97
%43.22

CMYK Percentages of Color #a963cc

%17
%51
%0
%20

Triadic Colors of #a963cc

#a963cc #cca963 #63cca9

Analogous Colors of #a963cc

#a963cc #cc63bb #7563cc

Monochromatic Colors of #a963cc

#a963cc

Complementary Color

#a963cc #86cc63

#a963cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963cc Color CSS Codes

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

#a963cc Text Font Color

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

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


#a963cc Background Color

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

This div background color is #a963cc


#a963cc Border Color

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

This div border color is #a963cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963cc


Comments

No comments written yet.

Please login to write comment.