Color Hex Logo

#a856df Color Hex

#A856DF
(168,86,223)
0 Favorites   0 Comments

Color spaces of #a856df

RGB 16886223
HSL0.770.680.61
HSV276°61°87°
CMYK 0.250.610.00   0.13
XYZ32.795520.308172.0034
Yxy20.30810.26210.1623
Hunter Lab45.064551.0397-63.1875
CIE-Lab52.183856.7986-56.6870

#a856df color RGB value is (168,86,223).

#a856df hex color red value is 168, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a856df hue: 0.77 , saturation: 0.68 and the lightness value of a856df is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010110 11011111
Octal 250 126 337
Decimal 168 86 223
Hex A8 56 DF

RGB Percentages of Color #a856df

%35.22
%18.03
%46.75

CMYK Percentages of Color #a856df

%25
%61
%0
%13

Triadic Colors of #a856df

#a856df #dfa856 #56dfa8

Analogous Colors of #a856df

#a856df #df56d2 #6456df

Monochromatic Colors of #a856df

#a856df

Complementary Color

#a856df #8ddf56

#a856df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a856df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a856df Color CSS Codes

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

#a856df Text Font Color

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

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


#a856df Background Color

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

This div background color is #a856df


#a856df Border Color

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

This div border color is #a856df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a856df


Comments

No comments written yet.

Please login to write comment.