Color Hex Logo

#a856ba Color Hex

#A856BA
(168,86,186)
0 Favorites   0 Comments

Color spaces of #a856ba

RGB 16886186
HSL0.800.420.53
HSV289°54°73°
CMYK 0.100.540.00   0.27
XYZ28.339218.525648.5365
Yxy18.52560.29710.1942
Hunter Lab43.041442.2051-36.7306
CIE-Lab50.127548.9984-38.7669

#a856ba color RGB value is (168,86,186).

#a856ba hex color red value is 168, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a856ba hue: 0.80 , saturation: 0.42 and the lightness value of a856ba is 0.53.

The process color (four color CMYK) of #a856ba color hex is 0.10, 0.54, 0.00, 0.27. Web safe color of #a856ba is #9966cc. Color #a856ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010110 10111010
Octal 250 126 272
Decimal 168 86 186
Hex A8 56 BA

RGB Percentages of Color #a856ba

%38.18
%19.55
%42.27

CMYK Percentages of Color #a856ba

%10
%54
%0
%27

Triadic Colors of #a856ba

#a856ba #baa856 #56baa8

Analogous Colors of #a856ba

#a856ba #ba569a #7656ba

Monochromatic Colors of #a856ba

#a856ba

Complementary Color

#a856ba #68ba56

#a856ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a856ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a856ba Color CSS Codes

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

#a856ba Text Font Color

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

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


#a856ba Background Color

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

This div background color is #a856ba


#a856ba Border Color

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

This div border color is #a856ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a856ba


Comments

No comments written yet.

Please login to write comment.