Color Hex Logo

#a131dc Color Hex

#A131DC
(161,49,220)
0 Favorites   0 Comments

Color spaces of #a131dc

RGB 16149220
HSL0.780.710.53
HSV279°78°86°
CMYK 0.270.780.00   0.14
XYZ28.714514.941069.0806
Yxy14.94100.25470.1325
Hunter Lab38.653664.9581-78.9039
CIE-Lab45.553370.1829-65.7286

#a131dc color RGB value is (161,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110001 11011100
Octal 241 61 334
Decimal 161 49 220
Hex A1 31 DC

RGB Percentages of Color #a131dc

%37.44
%11.40
%51.16

CMYK Percentages of Color #a131dc

%27
%78
%0
%14

Triadic Colors of #a131dc

#a131dc #dca131 #31dca1

Analogous Colors of #a131dc

#a131dc #dc31c2 #4b31dc

Monochromatic Colors of #a131dc

#a131dc

Complementary Color

#a131dc #6cdc31

#a131dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a131dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a131dc Color CSS Codes

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

#a131dc Text Font Color

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

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


#a131dc Background Color

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

This div background color is #a131dc


#a131dc Border Color

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

This div border color is #a131dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a131dc


Comments

No comments written yet.

Please login to write comment.