Color Hex Logo

#71170a Color Hex

#71170A
(113,23,10)
0 Favorites   0 Comments

Color spaces of #71170a

RGB 1132310
HSL0.020.840.24
HSV91°44°
CMYK 0.000.800.91   0.56
XYZ7.17124.14540.7093
Yxy4.14540.59630.3447
Hunter Lab20.360327.240012.1867
CIE-Lab24.146438.233231.4863

#71170a color RGB value is (113,23,10).

#71170a hex color red value is 113, green value is 23 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #71170a hue: 0.02 , saturation: 0.84 and the lightness value of 71170a is 0.24.

The process color (four color CMYK) of #71170a color hex is 0.00, 0.80, 0.91, 0.56. Web safe color of #71170a is #660000. Color #71170a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010111 00001010
Octal 161 27 12
Decimal 113 23 10
Hex 71 17 A

RGB Percentages of Color #71170a

%77.40
%15.75
%6.85

CMYK Percentages of Color #71170a

%0
%80
%91
%56

Triadic Colors of #71170a

#71170a #0a7117 #170a71

Analogous Colors of #71170a

#71170a #714a0a #710a31

Monochromatic Colors of #71170a

#71170a

Complementary Color

#71170a #0a6471

#71170a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71170a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71170a Color CSS Codes

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

#71170a Text Font Color

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

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


#71170a Background Color

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

This div background color is #71170a


#71170a Border Color

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

This div border color is #71170a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,23,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71170a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71170a;
  -webkit-box-shadow: 1px 1px 3px 2px #71170a;
  box-shadow:         1px 1px 3px 2px #71170a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71170a


Comments

No comments written yet.

Please login to write comment.