Color Hex Logo

#a931fc Color Hex

#A931FC
(169,49,252)
0 Favorites   0 Comments

Color spaces of #a931fc

RGB 16949252
HSL0.770.970.59
HSV275°81°99°
CMYK 0.330.810.00   0.01
XYZ35.031217.659993.6578
Yxy17.65990.23940.1207
Hunter Lab42.023775.2572-102.7225
CIE-Lab49.081077.9673-77.9976

#a931fc color RGB value is (169,49,252).

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

The process color (four color CMYK) of #a931fc color hex is 0.33, 0.81, 0.00, 0.01. Web safe color of #a931fc is #9933ff. Color #a931fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110001 11111100
Octal 251 61 374
Decimal 169 49 252
Hex A9 31 FC

RGB Percentages of Color #a931fc

%35.96
%10.43
%53.62

CMYK Percentages of Color #a931fc

%33
%81
%0
%1

Triadic Colors of #a931fc

#a931fc #fca931 #31fca9

Analogous Colors of #a931fc

#a931fc #fc31ea #4331fc

Monochromatic Colors of #a931fc

#a931fc

Complementary Color

#a931fc #84fc31

#a931fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a931fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a931fc Color CSS Codes

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

#a931fc Text Font Color

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

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


#a931fc Background Color

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

This div background color is #a931fc


#a931fc Border Color

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

This div border color is #a931fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a931fc


Comments

No comments written yet.

Please login to write comment.