Color Hex Logo

#700d1d Color Hex

#700D1D
(112,13,29)
0 Favorites   0 Comments

Color spaces of #700d1d

RGB 1121329
HSL0.970.790.25
HSV350°88°44°
CMYK 0.000.880.74   0.56
XYZ7.04783.82131.5285
Yxy3.82130.56850.3082
Hunter Lab19.548130.14639.0477
CIE-Lab23.071641.646919.1185

#700d1d color RGB value is (112,13,29).

#700d1d hex color red value is 112, green value is 13 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #700d1d hue: 0.97 , saturation: 0.79 and the lightness value of 700d1d is 0.25.

The process color (four color CMYK) of #700d1d color hex is 0.00, 0.88, 0.74, 0.56. Web safe color of #700d1d is #660033. Color #700d1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001101 00011101
Octal 160 15 35
Decimal 112 13 29
Hex 70 D 1D

RGB Percentages of Color #700d1d

%72.73
%8.44
%18.83

CMYK Percentages of Color #700d1d

%0
%88
%74
%56

Triadic Colors of #700d1d

#700d1d #1d700d #0d1d70

Analogous Colors of #700d1d

#700d1d #702e0d #700d4f

Monochromatic Colors of #700d1d

#700d1d

Complementary Color

#700d1d #0d7060

#700d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#700d1d Color CSS Codes

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

#700d1d Text Font Color

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

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


#700d1d Background Color

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

This div background color is #700d1d


#700d1d Border Color

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

This div border color is #700d1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,13,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 #700d1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700d1d


Comments

No comments written yet.

Please login to write comment.