Color Hex Logo

#71173c Color Hex

#71173C
(113,23,60)
0 Favorites   0 Comments

Color spaces of #71173c

RGB 1132360
HSL0.930.660.27
HSV335°80°44°
CMYK 0.000.800.47   0.56
XYZ7.93214.44974.7158
Yxy4.44970.46390.2603
Hunter Lab21.094330.20641.5113
CIE-Lab25.105741.32140.6355

#71173c color RGB value is (113,23,60).

#71173c hex color red value is 113, green value is 23 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #71173c hue: 0.93 , saturation: 0.66 and the lightness value of 71173c is 0.27.

The process color (four color CMYK) of #71173c color hex is 0.00, 0.80, 0.47, 0.56. Web safe color of #71173c is #660033. Color #71173c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010111 00111100
Octal 161 27 74
Decimal 113 23 60
Hex 71 17 3C

RGB Percentages of Color #71173c

%57.65
%11.73
%30.61

CMYK Percentages of Color #71173c

%0
%80
%47
%56

Triadic Colors of #71173c

#71173c #3c7117 #173c71

Analogous Colors of #71173c

#71173c #711f17 #711769

Monochromatic Colors of #71173c

#71173c

Complementary Color

#71173c #17714c

#71173c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71173c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71173c Color CSS Codes

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

#71173c Text Font Color

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

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


#71173c Background Color

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

This div background color is #71173c


#71173c Border Color

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

This div border color is #71173c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71173c


Comments

No comments written yet.

Please login to write comment.