Color Hex Logo

#a31124 Color Hex

#A31124
(163,17,36)
0 Favorites   0 Comments

Color spaces of #a31124

RGB 1631736
HSL0.980.810.35
HSV352°90°64°
CMYK 0.000.900.78   0.36
XYZ15.62318.31482.4506
Yxy8.31480.59200.3151
Hunter Lab28.835446.249915.1460
CIE-Lab34.630155.659130.8254

#a31124 color RGB value is (163,17,36).

#a31124 hex color red value is 163, green value is 17 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a31124 hue: 0.98 , saturation: 0.81 and the lightness value of a31124 is 0.35.

The process color (four color CMYK) of #a31124 color hex is 0.00, 0.90, 0.78, 0.36. Web safe color of #a31124 is #990033. Color #a31124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 00100100
Octal 243 21 44
Decimal 163 17 36
Hex A3 11 24

RGB Percentages of Color #a31124

%75.46
%7.87
%16.67

CMYK Percentages of Color #a31124

%0
%90
%78
%36

Triadic Colors of #a31124

#a31124 #24a311 #1124a3

Analogous Colors of #a31124

#a31124 #a34711 #a3116d

Monochromatic Colors of #a31124

#a31124

Complementary Color

#a31124 #11a390

#a31124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31124 Color CSS Codes

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

#a31124 Text Font Color

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

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


#a31124 Background Color

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

This div background color is #a31124


#a31124 Border Color

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

This div border color is #a31124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31124


Comments

No comments written yet.

Please login to write comment.