Color Hex Logo

#71072e Color Hex

#71072E
(113,7,46)
0 Favorites   0 Comments

Color spaces of #71072e

RGB 113746
HSL0.940.880.24
HSV338°94°44°
CMYK 0.000.940.59   0.56
XYZ7.37923.85992.9409
Yxy3.85990.52040.2722
Hunter Lab19.646632.66234.8775
CIE-Lab23.202844.32397.5838

#71072e color RGB value is (113,7,46).

#71072e hex color red value is 113, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #71072e hue: 0.94 , saturation: 0.88 and the lightness value of 71072e is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000111 00101110
Octal 161 7 56
Decimal 113 7 46
Hex 71 7 2E

RGB Percentages of Color #71072e

%68.07
%4.22
%27.71

CMYK Percentages of Color #71072e

%0
%94
%59
%56

Triadic Colors of #71072e

#71072e #2e7107 #072e71

Analogous Colors of #71072e

#71072e #711507 #710763

Monochromatic Colors of #71072e

#71072e

Complementary Color

#71072e #07714a

#71072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71072e Color CSS Codes

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

#71072e Text Font Color

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

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


#71072e Background Color

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

This div background color is #71072e


#71072e Border Color

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

This div border color is #71072e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,7,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 #71072e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71072e


Comments

No comments written yet.

Please login to write comment.