Color Hex Logo

#711008 Color Hex

#711008
(113,16,8)
0 Favorites   0 Comments

Color spaces of #711008

RGB 113168
HSL0.010.870.24
HSV93°44°
CMYK 0.000.860.93   0.56
XYZ7.03923.89880.6113
Yxy3.89880.60950.3376
Hunter Lab19.745429.080611.9862
CIE-Lab23.334040.430631.4874

#711008 color RGB value is (113,16,8).

#711008 hex color red value is 113, green value is 16 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #711008 hue: 0.01 , saturation: 0.87 and the lightness value of 711008 is 0.24.

The process color (four color CMYK) of #711008 color hex is 0.00, 0.86, 0.93, 0.56. Web safe color of #711008 is #660000. Color #711008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010000 00001000
Octal 161 20 10
Decimal 113 16 8
Hex 71 10 8

RGB Percentages of Color #711008

%82.48
%11.68
%5.84

CMYK Percentages of Color #711008

%0
%86
%93
%56

Triadic Colors of #711008

#711008 #087110 #100871

Analogous Colors of #711008

#711008 #714508 #710835

Monochromatic Colors of #711008

#711008

Complementary Color

#711008 #086971

#711008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711008 Color CSS Codes

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

#711008 Text Font Color

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

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


#711008 Background Color

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

This div background color is #711008


#711008 Border Color

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

This div border color is #711008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711008


Comments

No comments written yet.

Please login to write comment.