Color Hex Logo

#71140a Color Hex

#71140A
(113,20,10)
0 Favorites   0 Comments

Color spaces of #71140a

RGB 1132010
HSL0.020.840.24
HSV91°44°
CMYK 0.000.820.91   0.56
XYZ7.11504.03290.6906
Yxy4.03290.60100.3407
Hunter Lab20.082128.098212.0185
CIE-Lab23.779939.259631.1219

#71140a color RGB value is (113,20,10).

#71140a hex color red value is 113, green value is 20 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #71140a hue: 0.02 , saturation: 0.84 and the lightness value of 71140a is 0.24.

The process color (four color CMYK) of #71140a color hex is 0.00, 0.82, 0.91, 0.56. Web safe color of #71140a is #660000. Color #71140a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010100 00001010
Octal 161 24 12
Decimal 113 20 10
Hex 71 14 A

RGB Percentages of Color #71140a

%79.02
%13.99
%6.99

CMYK Percentages of Color #71140a

%0
%82
%91
%56

Triadic Colors of #71140a

#71140a #0a7114 #140a71

Analogous Colors of #71140a

#71140a #71480a #710a33

Monochromatic Colors of #71140a

#71140a

Complementary Color

#71140a #0a6771

#71140a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71140a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71140a Color CSS Codes

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

#71140a Text Font Color

<p style="color:#71140a">Text here</p>

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


#71140a Background Color

<div style="background-color:#71140a">
Div content here</div>

This div background color is #71140a


#71140a Border Color

<div style="border:3px solid #71140a">
Div here</div>

This div border color is #71140a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,20,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71140a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71140a;
  -webkit-box-shadow: 1px 1px 3px 2px #71140a;
  box-shadow:         1px 1px 3px 2px #71140a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71140a


Comments

No comments written yet.

Please login to write comment.