Color Hex Logo

#a960cb Color Hex

#A960CB
(169,96,203)
0 Favorites   0 Comments

Color spaces of #a960cb

RGB 16996203
HSL0.780.510.59
HSV281°53°80°
CMYK 0.170.530.00   0.20
XYZ31.324521.112658.9241
Yxy21.11260.28130.1896
Hunter Lab45.948441.2793-43.8693
CIE-Lab53.072547.6442-43.8920

#a960cb color RGB value is (169,96,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100000 11001011
Octal 251 140 313
Decimal 169 96 203
Hex A9 60 CB

RGB Percentages of Color #a960cb

%36.11
%20.51
%43.38

CMYK Percentages of Color #a960cb

%17
%53
%0
%20

Triadic Colors of #a960cb

#a960cb #cba960 #60cba9

Analogous Colors of #a960cb

#a960cb #cb60b8 #7460cb

Monochromatic Colors of #a960cb

#a960cb

Complementary Color

#a960cb #82cb60

#a960cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a960cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a960cb Color CSS Codes

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

#a960cb Text Font Color

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

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


#a960cb Background Color

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

This div background color is #a960cb


#a960cb Border Color

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

This div border color is #a960cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a960cb


Comments

No comments written yet.

Please login to write comment.