Color Hex Logo

#a963ce Color Hex

#A963CE
(169,99,206)
0 Favorites   0 Comments

Color spaces of #a963ce

RGB 16999206
HSL0.780.520.60
HSV279°52°81°
CMYK 0.180.520.00   0.19
XYZ31.964621.814960.9185
Yxy21.81490.27870.1902
Hunter Lab46.706440.4243-44.6366
CIE-Lab53.830146.7155-44.4043

#a963ce color RGB value is (169,99,206).

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

The process color (four color CMYK) of #a963ce color hex is 0.18, 0.52, 0.00, 0.19. Web safe color of #a963ce is #9966cc. Color #a963ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 11001110
Octal 251 143 316
Decimal 169 99 206
Hex A9 63 CE

RGB Percentages of Color #a963ce

%35.65
%20.89
%43.46

CMYK Percentages of Color #a963ce

%18
%52
%0
%19

Triadic Colors of #a963ce

#a963ce #cea963 #63cea9

Analogous Colors of #a963ce

#a963ce #ce63be #7463ce

Monochromatic Colors of #a963ce

#a963ce

Complementary Color

#a963ce #88ce63

#a963ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963ce Color CSS Codes

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

#a963ce Text Font Color

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

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


#a963ce Background Color

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

This div background color is #a963ce


#a963ce Border Color

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

This div border color is #a963ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963ce


Comments

No comments written yet.

Please login to write comment.