Color Hex Logo

#a31239 Color Hex

#A31239
(163,18,57)
0 Favorites   0 Comments

Color spaces of #a31239

RGB 1631857
HSL0.960.800.35
HSV344°89°64°
CMYK 0.000.890.65   0.36
XYZ16.05918.51464.6680
Yxy8.51460.54920.2912
Hunter Lab29.179847.172910.9410
CIE-Lab35.032456.449417.9887

#a31239 color RGB value is (163,18,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010010 00111001
Octal 243 22 71
Decimal 163 18 57
Hex A3 12 39

RGB Percentages of Color #a31239

%68.49
%7.56
%23.95

CMYK Percentages of Color #a31239

%0
%89
%65
%36

Triadic Colors of #a31239

#a31239 #39a312 #1239a3

Analogous Colors of #a31239

#a31239 #a33412 #a31282

Monochromatic Colors of #a31239

#a31239

Complementary Color

#a31239 #12a37c

#a31239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31239 Color CSS Codes

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

#a31239 Text Font Color

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

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


#a31239 Background Color

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

This div background color is #a31239


#a31239 Border Color

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

This div border color is #a31239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31239


Comments

No comments written yet.

Please login to write comment.