Color Hex Logo

#a31391 Color Hex

#A31391
(163,19,145)
0 Favorites   0 Comments

Color spaces of #a31391

RGB 16319145
HSL0.850.790.36
HSV308°88°64°
CMYK 0.000.880.11   0.36
XYZ20.448010.296627.6978
Yxy10.29660.34990.1762
Hunter Lab32.088357.5930-28.7158
CIE-Lab38.369665.2477-32.9832

#a31391 color RGB value is (163,19,145).

#a31391 hex color red value is 163, green value is 19 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a31391 hue: 0.85 , saturation: 0.79 and the lightness value of a31391 is 0.36.

The process color (four color CMYK) of #a31391 color hex is 0.00, 0.88, 0.11, 0.36. Web safe color of #a31391 is #990099. Color #a31391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 10010001
Octal 243 23 221
Decimal 163 19 145
Hex A3 13 91

RGB Percentages of Color #a31391

%49.85
%5.81
%44.34

CMYK Percentages of Color #a31391

%0
%88
%11
%36

Triadic Colors of #a31391

#a31391 #91a313 #1391a3

Analogous Colors of #a31391

#a31391 #a31349 #6d13a3

Monochromatic Colors of #a31391

#a31391

Complementary Color

#a31391 #13a325

#a31391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31391 Color CSS Codes

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

#a31391 Text Font Color

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

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


#a31391 Background Color

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

This div background color is #a31391


#a31391 Border Color

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

This div border color is #a31391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,19,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a31391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a31391;
  -webkit-box-shadow: 1px 1px 3px 2px #a31391;
  box-shadow:         1px 1px 3px 2px #a31391; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,19,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31391


Comments

No comments written yet.

Please login to write comment.