Color Hex Logo

#70111d Color Hex

#70111D
(112,17,29)
0 Favorites   0 Comments

Color spaces of #70111d

RGB 1121729
HSL0.980.740.25
HSV352°85°44°
CMYK 0.000.850.74   0.56
XYZ7.10433.93441.5474
Yxy3.93440.56450.3126
Hunter Lab19.835329.22059.2594
CIE-Lab23.453440.561419.5786

#70111d color RGB value is (112,17,29).

#70111d hex color red value is 112, green value is 17 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #70111d hue: 0.98 , saturation: 0.74 and the lightness value of 70111d is 0.25.

The process color (four color CMYK) of #70111d color hex is 0.00, 0.85, 0.74, 0.56. Web safe color of #70111d is #660033. Color #70111d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 00011101
Octal 160 21 35
Decimal 112 17 29
Hex 70 11 1D

RGB Percentages of Color #70111d

%70.89
%10.76
%18.35

CMYK Percentages of Color #70111d

%0
%85
%74
%56

Triadic Colors of #70111d

#70111d #1d7011 #111d70

Analogous Colors of #70111d

#70111d #703511 #70114c

Monochromatic Colors of #70111d

#70111d

Complementary Color

#70111d #117064

#70111d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70111d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70111d Color CSS Codes

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

#70111d Text Font Color

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

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


#70111d Background Color

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

This div background color is #70111d


#70111d Border Color

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

This div border color is #70111d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,17,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70111d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70111d;
  -webkit-box-shadow: 1px 1px 3px 2px #70111d;
  box-shadow:         1px 1px 3px 2px #70111d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,17,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70111d


Comments

No comments written yet.

Please login to write comment.