Color Hex Logo

#a031dc Color Hex

#A031DC
(160,49,220)
0 Favorites   0 Comments

Color spaces of #a031dc

RGB 16049220
HSL0.770.710.53
HSV279°78°86°
CMYK 0.270.780.00   0.14
XYZ28.513814.837569.0712
Yxy14.83750.25360.1320
Hunter Lab38.519564.7244-79.3522
CIE-Lab45.410870.0135-65.9664

#a031dc color RGB value is (160,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 11011100
Octal 240 61 334
Decimal 160 49 220
Hex A0 31 DC

RGB Percentages of Color #a031dc

%37.30
%11.42
%51.28

CMYK Percentages of Color #a031dc

%27
%78
%0
%14

Triadic Colors of #a031dc

#a031dc #dca031 #31dca0

Analogous Colors of #a031dc

#a031dc #dc31c3 #4a31dc

Monochromatic Colors of #a031dc

#a031dc

Complementary Color

#a031dc #6ddc31

#a031dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031dc Color CSS Codes

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

#a031dc Text Font Color

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

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


#a031dc Background Color

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

This div background color is #a031dc


#a031dc Border Color

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

This div border color is #a031dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031dc


Comments

No comments written yet.

Please login to write comment.