Color Hex Logo

#a860bf Color Hex

#A860BF
(168,96,191)
0 Favorites   0 Comments

Color spaces of #a860bf

RGB 16896191
HSL0.790.430.56
HSV285°50°75°
CMYK 0.120.500.00   0.25
XYZ29.735320.452251.6707
Yxy20.45220.29190.2008
Hunter Lab45.224138.2233-36.0848
CIE-Lab52.344744.8391-38.1644

#a860bf color RGB value is (168,96,191).

#a860bf hex color red value is 168, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a860bf hue: 0.79 , saturation: 0.43 and the lightness value of a860bf is 0.56.

The process color (four color CMYK) of #a860bf color hex is 0.12, 0.50, 0.00, 0.25. Web safe color of #a860bf is #9966cc. Color #a860bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100000 10111111
Octal 250 140 277
Decimal 168 96 191
Hex A8 60 BF

RGB Percentages of Color #a860bf

%36.92
%21.10
%41.98

CMYK Percentages of Color #a860bf

%12
%50
%0
%25

Triadic Colors of #a860bf

#a860bf #bfa860 #60bfa8

Analogous Colors of #a860bf

#a860bf #bf60a7 #7960bf

Monochromatic Colors of #a860bf

#a860bf

Complementary Color

#a860bf #77bf60

#a860bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a860bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a860bf Color CSS Codes

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

#a860bf Text Font Color

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

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


#a860bf Background Color

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

This div background color is #a860bf


#a860bf Border Color

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

This div border color is #a860bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a860bf


Comments

No comments written yet.

Please login to write comment.