Color Hex Logo

#a856fc Color Hex

#A856FC
(168,86,252)
0 Favorites   0 Comments

Color spaces of #a856fc

RGB 16886252
HSL0.750.970.66
HSV270°66°99°
CMYK 0.330.660.00   0.01
XYZ37.046922.008794.3910
Yxy22.00870.24140.1434
Hunter Lab46.913458.8605-86.4536
CIE-Lab54.036263.3564-69.9491

#a856fc color RGB value is (168,86,252).

#a856fc hex color red value is 168, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a856fc hue: 0.75 , saturation: 0.97 and the lightness value of a856fc is 0.66.

The process color (four color CMYK) of #a856fc color hex is 0.33, 0.66, 0.00, 0.01. Web safe color of #a856fc is #9966ff. Color #a856fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010110 11111100
Octal 250 126 374
Decimal 168 86 252
Hex A8 56 FC

RGB Percentages of Color #a856fc

%33.20
%17.00
%49.80

CMYK Percentages of Color #a856fc

%33
%66
%0
%1

Triadic Colors of #a856fc

#a856fc #fca856 #56fca8

Analogous Colors of #a856fc

#a856fc #fb56fc #5657fc

Monochromatic Colors of #a856fc

#a856fc

Complementary Color

#a856fc #aafc56

#a856fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a856fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a856fc Color CSS Codes

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

#a856fc Text Font Color

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

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


#a856fc Background Color

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

This div background color is #a856fc


#a856fc Border Color

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

This div border color is #a856fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a856fc


Comments

No comments written yet.

Please login to write comment.