Color Hex Logo

#711f2d Color Hex

#711F2D
(113,31,45)
0 Favorites   0 Comments

Color spaces of #711f2d

RGB 1133145
HSL0.970.570.28
HSV350°73°44°
CMYK 0.000.730.60   0.56
XYZ7.77374.68012.9763
Yxy4.68010.50380.3033
Hunter Lab21.633526.28276.9865
CIE-Lab25.803236.850411.8275

#711f2d color RGB value is (113,31,45).

#711f2d hex color red value is 113, green value is 31 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #711f2d hue: 0.97 , saturation: 0.57 and the lightness value of 711f2d is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 00101101
Octal 161 37 55
Decimal 113 31 45
Hex 71 1F 2D

RGB Percentages of Color #711f2d

%59.79
%16.40
%23.81

CMYK Percentages of Color #711f2d

%0
%73
%60
%56

Triadic Colors of #711f2d

#711f2d #2d711f #1f2d71

Analogous Colors of #711f2d

#711f2d #713a1f #711f56

Monochromatic Colors of #711f2d

#711f2d

Complementary Color

#711f2d #1f7163

#711f2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711f2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#711f2d Color CSS Codes

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

#711f2d Text Font Color

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

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


#711f2d Background Color

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

This div background color is #711f2d


#711f2d Border Color

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

This div border color is #711f2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711f2d


Comments

No comments written yet.

Please login to write comment.