Color Hex Logo

#a71310 Color Hex

#A71310
(167,19,16)
0 Favorites   0 Comments

Color spaces of #a71310

RGB 1671916
HSL0.000.830.36
HSV90°65°
CMYK 0.000.890.90   0.35
XYZ16.26278.71861.3159
Yxy8.71860.61840.3315
Hunter Lab29.527346.639518.0268
CIE-Lab35.436855.869842.7871

#a71310 color RGB value is (167,19,16).

#a71310 hex color red value is 167, green value is 19 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a71310 hue: 0.00 , saturation: 0.83 and the lightness value of a71310 is 0.36.

The process color (four color CMYK) of #a71310 color hex is 0.00, 0.89, 0.90, 0.35. Web safe color of #a71310 is #990000. Color #a71310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 00010000
Octal 247 23 20
Decimal 167 19 16
Hex A7 13 10

RGB Percentages of Color #a71310

%82.67
%9.41
%7.92

CMYK Percentages of Color #a71310

%0
%89
%90
%35

Triadic Colors of #a71310

#a71310 #10a713 #1310a7

Analogous Colors of #a71310

#a71310 #a75f10 #a71058

Monochromatic Colors of #a71310

#a71310

Complementary Color

#a71310 #10a4a7

#a71310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71310 Color CSS Codes

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

#a71310 Text Font Color

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

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


#a71310 Background Color

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

This div background color is #a71310


#a71310 Border Color

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

This div border color is #a71310


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,19,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a71310; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a71310;
  -webkit-box-shadow: 1px 1px 3px 2px #a71310;
  box-shadow:         1px 1px 3px 2px #a71310; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,19,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71310


Comments

No comments written yet.

Please login to write comment.