Color Hex Logo

#a056fe Color Hex

#A056FE
(160,86,254)
0 Favorites   0 Comments

Color spaces of #a056fe

RGB 16086254
HSL0.740.990.67
HSV266°66°100°
CMYK 0.370.660.00   0.00
XYZ35.714421.284995.9920
Yxy21.28490.23340.1391
Hunter Lab46.135657.4430-91.0669
CIE-Lab53.259962.2702-72.3598

#a056fe color RGB value is (160,86,254).

#a056fe hex color red value is 160, green value is 86 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a056fe hue: 0.74 , saturation: 0.99 and the lightness value of a056fe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 11111110
Octal 240 126 376
Decimal 160 86 254
Hex A0 56 FE

RGB Percentages of Color #a056fe

%32.00
%17.20
%50.80

CMYK Percentages of Color #a056fe

%37
%66
%0
%0

Triadic Colors of #a056fe

#a056fe #fea056 #56fea0

Analogous Colors of #a056fe

#a056fe #f456fe #5660fe

Monochromatic Colors of #a056fe

#a056fe

Complementary Color

#a056fe #b4fe56

#a056fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a056fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a056fe Color CSS Codes

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

#a056fe Text Font Color

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

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


#a056fe Background Color

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

This div background color is #a056fe


#a056fe Border Color

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

This div border color is #a056fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a056fe


Comments

No comments written yet.

Please login to write comment.