Color Hex Logo

#a963cd Color Hex

#A963CD
(169,99,205)
0 Favorites   0 Comments

Color spaces of #a963cd

RGB 16999205
HSL0.780.510.60
HSV280°52°80°
CMYK 0.180.520.00   0.20
XYZ31.843521.766560.2806
Yxy21.76650.27960.1911
Hunter Lab46.654640.1874-43.9481
CIE-Lab53.778446.4986-43.9162

#a963cd color RGB value is (169,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 11001101
Octal 251 143 315
Decimal 169 99 205
Hex A9 63 CD

RGB Percentages of Color #a963cd

%35.73
%20.93
%43.34

CMYK Percentages of Color #a963cd

%18
%52
%0
%20

Triadic Colors of #a963cd

#a963cd #cda963 #63cda9

Analogous Colors of #a963cd

#a963cd #cd63bc #7463cd

Monochromatic Colors of #a963cd

#a963cd

Complementary Color

#a963cd #87cd63

#a963cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963cd Color CSS Codes

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

#a963cd Text Font Color

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

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


#a963cd Background Color

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

This div background color is #a963cd


#a963cd Border Color

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

This div border color is #a963cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963cd


Comments

No comments written yet.

Please login to write comment.