Color Hex Logo

#71243e Color Hex

#71243E
(113,36,62)
0 Favorites   0 Comments

Color spaces of #71243e

RGB 1133662
HSL0.940.520.29
HSV340°68°44°
CMYK 0.000.680.45   0.56
XYZ8.31045.12035.1077
Yxy5.12030.44830.2762
Hunter Lab22.628125.95692.4565
CIE-Lab27.074836.25352.1365

#71243e color RGB value is (113,36,62).

#71243e hex color red value is 113, green value is 36 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #71243e hue: 0.94 , saturation: 0.52 and the lightness value of 71243e is 0.29.

The process color (four color CMYK) of #71243e color hex is 0.00, 0.68, 0.45, 0.56. Web safe color of #71243e is #663333. Color #71243e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 00111110
Octal 161 44 76
Decimal 113 36 62
Hex 71 24 3E

RGB Percentages of Color #71243e

%53.55
%17.06
%29.38

CMYK Percentages of Color #71243e

%0
%68
%45
%56

Triadic Colors of #71243e

#71243e #3e7124 #243e71

Analogous Colors of #71243e

#71243e #713124 #712465

Monochromatic Colors of #71243e

#71243e

Complementary Color

#71243e #247157

#71243e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71243e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71243e Color CSS Codes

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

#71243e Text Font Color

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

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


#71243e Background Color

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

This div background color is #71243e


#71243e Border Color

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

This div border color is #71243e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71243e


Comments

No comments written yet.

Please login to write comment.