Color Hex Logo

#711d1e Color Hex

#711D1E
(113,29,30)
0 Favorites   0 Comments

Color spaces of #711d1e

RGB 1132930
HSL1.000.590.28
HSV359°74°44°
CMYK 0.000.740.73   0.56
XYZ7.48384.48321.6992
Yxy4.48320.54760.3281
Hunter Lab21.173626.037110.0634
CIE-Lab25.208636.681421.0698

#711d1e color RGB value is (113,29,30).

#711d1e hex color red value is 113, green value is 29 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #711d1e hue: 1.00 , saturation: 0.59 and the lightness value of 711d1e is 0.28.

The process color (four color CMYK) of #711d1e color hex is 0.00, 0.74, 0.73, 0.56. Web safe color of #711d1e is #663333. Color #711d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 00011110
Octal 161 35 36
Decimal 113 29 30
Hex 71 1D 1E

RGB Percentages of Color #711d1e

%65.70
%16.86
%17.44

CMYK Percentages of Color #711d1e

%0
%74
%73
%56

Triadic Colors of #711d1e

#711d1e #1e711d #1d1e71

Analogous Colors of #711d1e

#711d1e #71461d #711d48

Monochromatic Colors of #711d1e

#711d1e

Complementary Color

#711d1e #1d7170

#711d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#711d1e Color CSS Codes

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

#711d1e Text Font Color

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

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


#711d1e Background Color

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

This div background color is #711d1e


#711d1e Border Color

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

This div border color is #711d1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,29,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #711d1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #711d1e;
  -webkit-box-shadow: 1px 1px 3px 2px #711d1e;
  box-shadow:         1px 1px 3px 2px #711d1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711d1e


Comments

No comments written yet.

Please login to write comment.