Color Hex Logo

#a31423 Color Hex

#A31423
(163,20,35)
0 Favorites   0 Comments

Color spaces of #a31423

RGB 1632035
HSL0.980.780.36
HSV354°88°64°
CMYK 0.000.880.79   0.36
XYZ15.65788.40822.3878
Yxy8.40820.59190.3178
Hunter Lab28.996945.642215.4155
CIE-Lab34.818955.047631.6376

#a31423 color RGB value is (163,20,35).

#a31423 hex color red value is 163, green value is 20 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a31423 hue: 0.98 , saturation: 0.78 and the lightness value of a31423 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 00100011
Octal 243 24 43
Decimal 163 20 35
Hex A3 14 23

RGB Percentages of Color #a31423

%74.77
%9.17
%16.06

CMYK Percentages of Color #a31423

%0
%88
%79
%36

Triadic Colors of #a31423

#a31423 #23a314 #1423a3

Analogous Colors of #a31423

#a31423 #a34d14 #a3146b

Monochromatic Colors of #a31423

#a31423

Complementary Color

#a31423 #14a394

#a31423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31423 Color CSS Codes

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

#a31423 Text Font Color

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

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


#a31423 Background Color

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

This div background color is #a31423


#a31423 Border Color

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

This div border color is #a31423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31423


Comments

No comments written yet.

Please login to write comment.