Color Hex Logo

#a31349 Color Hex

#A31349
(163,19,73)
0 Favorites   0 Comments

Color spaces of #a31349

RGB 1631973
HSL0.940.790.36
HSV338°88°64°
CMYK 0.000.880.55   0.36
XYZ16.53978.73337.1173
Yxy8.73330.51060.2696
Hunter Lab29.552248.18636.4072
CIE-Lab35.465657.31248.1685

#a31349 color RGB value is (163,19,73).

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

The process color (four color CMYK) of #a31349 color hex is 0.00, 0.88, 0.55, 0.36. Web safe color of #a31349 is #990033. Color #a31349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 01001001
Octal 243 23 111
Decimal 163 19 73
Hex A3 13 49

RGB Percentages of Color #a31349

%63.92
%7.45
%28.63

CMYK Percentages of Color #a31349

%0
%88
%55
%36

Triadic Colors of #a31349

#a31349 #49a313 #1349a3

Analogous Colors of #a31349

#a31349 #a32513 #a31391

Monochromatic Colors of #a31349

#a31349

Complementary Color

#a31349 #13a36d

#a31349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31349 Color CSS Codes

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

#a31349 Text Font Color

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

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


#a31349 Background Color

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

This div background color is #a31349


#a31349 Border Color

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

This div border color is #a31349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31349


Comments

No comments written yet.

Please login to write comment.