Color Hex Logo

#a31231 Color Hex

#A31231
(163,18,49)
0 Favorites   0 Comments

Color spaces of #a31231

RGB 1631849
HSL0.960.800.35
HSV347°89°64°
CMYK 0.000.890.70   0.36
XYZ15.87498.44093.6983
Yxy8.44090.56670.3013
Hunter Lab29.053246.690612.7900
CIE-Lab34.884756.025022.9618

#a31231 color RGB value is (163,18,49).

#a31231 hex color red value is 163, green value is 18 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #a31231 hue: 0.96 , saturation: 0.80 and the lightness value of a31231 is 0.35.

The process color (four color CMYK) of #a31231 color hex is 0.00, 0.89, 0.70, 0.36. Web safe color of #a31231 is #990033. Color #a31231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010010 00110001
Octal 243 22 61
Decimal 163 18 49
Hex A3 12 31

RGB Percentages of Color #a31231

%70.87
%7.83
%21.30

CMYK Percentages of Color #a31231

%0
%89
%70
%36

Triadic Colors of #a31231

#a31231 #31a312 #1231a3

Analogous Colors of #a31231

#a31231 #a33c12 #a3127a

Monochromatic Colors of #a31231

#a31231

Complementary Color

#a31231 #12a384

#a31231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31231 Color CSS Codes

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

#a31231 Text Font Color

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

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


#a31231 Background Color

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

This div background color is #a31231


#a31231 Border Color

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

This div border color is #a31231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31231


Comments

No comments written yet.

Please login to write comment.