Color Hex Logo

#a031da Color Hex

#A031DA
(160,49,218)
0 Favorites   0 Comments

Color spaces of #a031da

RGB 16049218
HSL0.780.700.52
HSV279°78°85°
CMYK 0.270.780.00   0.15
XYZ28.250414.732267.6843
Yxy14.73220.25530.1331
Hunter Lab38.382564.2105-77.6850
CIE-Lab45.265269.6073-65.0595

#a031da color RGB value is (160,49,218).

#a031da hex color red value is 160, green value is 49 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a031da hue: 0.78 , saturation: 0.70 and the lightness value of a031da is 0.52.

The process color (four color CMYK) of #a031da color hex is 0.27, 0.78, 0.00, 0.15. Web safe color of #a031da is #9933cc. Color #a031da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 11011010
Octal 240 61 332
Decimal 160 49 218
Hex A0 31 DA

RGB Percentages of Color #a031da

%37.47
%11.48
%51.05

CMYK Percentages of Color #a031da

%27
%78
%0
%15

Triadic Colors of #a031da

#a031da #daa031 #31daa0

Analogous Colors of #a031da

#a031da #da31c0 #4b31da

Monochromatic Colors of #a031da

#a031da

Complementary Color

#a031da #6bda31

#a031da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031da Color CSS Codes

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

#a031da Text Font Color

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

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


#a031da Background Color

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

This div background color is #a031da


#a031da Border Color

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

This div border color is #a031da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031da


Comments

No comments written yet.

Please login to write comment.