Color Hex Logo

#711214 Color Hex

#711214
(113,18,20)
0 Favorites   0 Comments

Color spaces of #711214

RGB 1131820
HSL1.000.730.26
HSV359°84°44°
CMYK 0.000.840.82   0.56
XYZ7.15263.99381.0557
Yxy3.99380.58620.3273
Hunter Lab19.984528.913610.8571
CIE-Lab23.650940.186125.7165

#711214 color RGB value is (113,18,20).

#711214 hex color red value is 113, green value is 18 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #711214 hue: 1.00 , saturation: 0.73 and the lightness value of 711214 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010010 00010100
Octal 161 22 24
Decimal 113 18 20
Hex 71 12 14

RGB Percentages of Color #711214

%74.83
%11.92
%13.25

CMYK Percentages of Color #711214

%0
%84
%82
%56

Triadic Colors of #711214

#711214 #147112 #121471

Analogous Colors of #711214

#711214 #714012 #711243

Monochromatic Colors of #711214

#711214

Complementary Color

#711214 #12716f

#711214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711214 Color CSS Codes

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

#711214 Text Font Color

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

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


#711214 Background Color

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

This div background color is #711214


#711214 Border Color

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

This div border color is #711214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711214


Comments

No comments written yet.

Please login to write comment.