Color Hex Logo

#a956fc Color Hex

#A956FC
(169,86,252)
0 Favorites   0 Comments

Color spaces of #a956fc

RGB 16986252
HSL0.750.970.66
HSV270°66°99°
CMYK 0.330.660.00   0.01
XYZ37.260722.118994.4010
Yxy22.11890.24230.1438
Hunter Lab47.030759.1151-86.0865
CIE-Lab54.152963.5547-69.7546

#a956fc color RGB value is (169,86,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 11111100
Octal 251 126 374
Decimal 169 86 252
Hex A9 56 FC

RGB Percentages of Color #a956fc

%33.33
%16.96
%49.70

CMYK Percentages of Color #a956fc

%33
%66
%0
%1

Triadic Colors of #a956fc

#a956fc #fca956 #56fca9

Analogous Colors of #a956fc

#a956fc #fc56fc #5656fc

Monochromatic Colors of #a956fc

#a956fc

Complementary Color

#a956fc #a9fc56

#a956fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956fc Color CSS Codes

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

#a956fc Text Font Color

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

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


#a956fc Background Color

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

This div background color is #a956fc


#a956fc Border Color

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

This div border color is #a956fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956fc


Comments

No comments written yet.

Please login to write comment.