Color Hex Logo

#a31709 Color Hex

#A31709
(163,23,9)
0 Favorites   0 Comments

Color spaces of #a31709

RGB 163239
HSL0.020.900.34
HSV94°64°
CMYK 0.000.860.94   0.36
XYZ15.46008.41901.0687
Yxy8.41900.61970.3375
Hunter Lab29.015544.330918.1271
CIE-Lab34.840753.794844.8349

#a31709 color RGB value is (163,23,9).

#a31709 hex color red value is 163, green value is 23 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a31709 hue: 0.02 , saturation: 0.90 and the lightness value of a31709 is 0.34.

The process color (four color CMYK) of #a31709 color hex is 0.00, 0.86, 0.94, 0.36. Web safe color of #a31709 is #990000. Color #a31709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010111 00001001
Octal 243 27 11
Decimal 163 23 9
Hex A3 17 9

RGB Percentages of Color #a31709

%83.59
%11.79
%4.62

CMYK Percentages of Color #a31709

%0
%86
%94
%36

Triadic Colors of #a31709

#a31709 #09a317 #1709a3

Analogous Colors of #a31709

#a31709 #a36409 #a30948

Monochromatic Colors of #a31709

#a31709

Complementary Color

#a31709 #0995a3

#a31709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31709 Color CSS Codes

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

#a31709 Text Font Color

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

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


#a31709 Background Color

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

This div background color is #a31709


#a31709 Border Color

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

This div border color is #a31709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31709


Comments

No comments written yet.

Please login to write comment.