Color Hex Logo

#a860cb Color Hex

#A860CB
(168,96,203)
0 Favorites   0 Comments

Color spaces of #a860cb

RGB 16896203
HSL0.780.510.59
HSV280°53°80°
CMYK 0.170.530.00   0.20
XYZ31.110821.002458.9141
Yxy21.00240.28020.1892
Hunter Lab45.828440.9759-44.1397
CIE-Lab52.952147.3759-44.0903

#a860cb color RGB value is (168,96,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100000 11001011
Octal 250 140 313
Decimal 168 96 203
Hex A8 60 CB

RGB Percentages of Color #a860cb

%35.97
%20.56
%43.47

CMYK Percentages of Color #a860cb

%17
%53
%0
%20

Triadic Colors of #a860cb

#a860cb #cba860 #60cba8

Analogous Colors of #a860cb

#a860cb #cb60b9 #7360cb

Monochromatic Colors of #a860cb

#a860cb

Complementary Color

#a860cb #83cb60

#a860cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a860cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a860cb Color CSS Codes

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

#a860cb Text Font Color

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

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


#a860cb Background Color

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

This div background color is #a860cb


#a860cb Border Color

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

This div border color is #a860cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a860cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a860cb


Comments

No comments written yet.

Please login to write comment.