Color Hex Logo

#71112e Color Hex

#71112E
(113,17,46)
0 Favorites   0 Comments

Color spaces of #71112e

RGB 1131746
HSL0.950.740.25
HSV342°85°44°
CMYK 0.000.850.59   0.56
XYZ7.50364.10892.9824
Yxy4.10890.51410.2815
Hunter Lab20.270430.60305.4659
CIE-Lab24.028241.95788.7261

#71112e color RGB value is (113,17,46).

#71112e hex color red value is 113, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #71112e hue: 0.95 , saturation: 0.74 and the lightness value of 71112e is 0.25.

The process color (four color CMYK) of #71112e color hex is 0.00, 0.85, 0.59, 0.56. Web safe color of #71112e is #660033. Color #71112e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010001 00101110
Octal 161 21 56
Decimal 113 17 46
Hex 71 11 2E

RGB Percentages of Color #71112e

%64.20
%9.66
%26.14

CMYK Percentages of Color #71112e

%0
%85
%59
%56

Triadic Colors of #71112e

#71112e #2e7111 #112e71

Analogous Colors of #71112e

#71112e #712411 #71115e

Monochromatic Colors of #71112e

#71112e

Complementary Color

#71112e #117154

#71112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71112e Color CSS Codes

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

#71112e Text Font Color

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

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


#71112e Background Color

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

This div background color is #71112e


#71112e Border Color

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

This div border color is #71112e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,17,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71112e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71112e;
  -webkit-box-shadow: 1px 1px 3px 2px #71112e;
  box-shadow:         1px 1px 3px 2px #71112e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71112e


Comments

No comments written yet.

Please login to write comment.