Color Hex Logo

#71071e Color Hex

#71071E
(113,7,30)
0 Favorites   0 Comments

Color spaces of #71071e

RGB 113730
HSL0.960.880.24
HSV347°94°44°
CMYK 0.000.940.73   0.56
XYZ7.12043.75641.5781
Yxy3.75640.57170.3016
Hunter Lab19.381431.66038.7394
CIE-Lab22.849243.324618.2186

#71071e color RGB value is (113,7,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000111 00011110
Octal 161 7 36
Decimal 113 7 30
Hex 71 7 1E

RGB Percentages of Color #71071e

%75.33
%4.67
%20.00

CMYK Percentages of Color #71071e

%0
%94
%73
%56

Triadic Colors of #71071e

#71071e #1e7107 #071e71

Analogous Colors of #71071e

#71071e #712507 #710753

Monochromatic Colors of #71071e

#71071e

Complementary Color

#71071e #07715a

#71071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71071e Color CSS Codes

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

#71071e Text Font Color

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

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


#71071e Background Color

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

This div background color is #71071e


#71071e Border Color

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

This div border color is #71071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71071e


Comments

No comments written yet.

Please login to write comment.