Color Hex Logo

#a860df Color Hex

#A860DF
(168,96,223)
0 Favorites   0 Comments

Color spaces of #a860df

RGB 16896223
HSL0.760.660.63
HSV274°57°87°
CMYK 0.250.570.00   0.13
XYZ33.650622.018372.2884
Yxy22.01830.26300.1721
Hunter Lab46.923745.8922-58.4928
CIE-Lab54.046451.7919-53.7052

#a860df color RGB value is (168,96,223).

#a860df hex color red value is 168, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a860df hue: 0.76 , saturation: 0.66 and the lightness value of a860df is 0.63.

The process color (four color CMYK) of #a860df color hex is 0.25, 0.57, 0.00, 0.13. Web safe color of #a860df is #9966cc. Color #a860df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100000 11011111
Octal 250 140 337
Decimal 168 96 223
Hex A8 60 DF

RGB Percentages of Color #a860df

%34.50
%19.71
%45.79

CMYK Percentages of Color #a860df

%25
%57
%0
%13

Triadic Colors of #a860df

#a860df #dfa860 #60dfa8

Analogous Colors of #a860df

#a860df #df60d7 #6960df

Monochromatic Colors of #a860df

#a860df

Complementary Color

#a860df #97df60

#a860df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a860df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a860df Color CSS Codes

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

#a860df Text Font Color

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

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


#a860df Background Color

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

This div background color is #a860df


#a860df Border Color

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

This div border color is #a860df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a860df


Comments

No comments written yet.

Please login to write comment.