Color Hex Logo

#a031df Color Hex

#A031DF
(160,49,223)
0 Favorites   0 Comments

Color spaces of #a031df

RGB 16049223
HSL0.770.730.53
HSV278°78°87°
CMYK 0.280.780.00   0.13
XYZ28.914814.997971.1829
Yxy14.99790.25120.1303
Hunter Lab38.727165.5008-81.8698
CIE-Lab45.631370.6248-67.3200

#a031df color RGB value is (160,49,223).

#a031df hex color red value is 160, green value is 49 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a031df hue: 0.77 , saturation: 0.73 and the lightness value of a031df is 0.53.

The process color (four color CMYK) of #a031df color hex is 0.28, 0.78, 0.00, 0.13. Web safe color of #a031df is #9933cc. Color #a031df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 11011111
Octal 240 61 337
Decimal 160 49 223
Hex A0 31 DF

RGB Percentages of Color #a031df

%37.04
%11.34
%51.62

CMYK Percentages of Color #a031df

%28
%78
%0
%13

Triadic Colors of #a031df

#a031df #dfa031 #31dfa0

Analogous Colors of #a031df

#a031df #df31c7 #4931df

Monochromatic Colors of #a031df

#a031df

Complementary Color

#a031df #70df31

#a031df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031df Color CSS Codes

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

#a031df Text Font Color

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

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


#a031df Background Color

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

This div background color is #a031df


#a031df Border Color

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

This div border color is #a031df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031df


Comments

No comments written yet.

Please login to write comment.