Color Hex Logo

#700e1d Color Hex

#700E1D
(112,14,29)
0 Favorites   0 Comments

Color spaces of #700e1d

RGB 1121429
HSL0.970.780.25
HSV351°88°44°
CMYK 0.000.880.74   0.56
XYZ7.06093.84751.5329
Yxy3.84750.56750.3093
Hunter Lab19.615029.92909.0971
CIE-Lab23.160741.393019.2258

#700e1d color RGB value is (112,14,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001110 00011101
Octal 160 16 35
Decimal 112 14 29
Hex 70 E 1D

RGB Percentages of Color #700e1d

%72.26
%9.03
%18.71

CMYK Percentages of Color #700e1d

%0
%88
%74
%56

Triadic Colors of #700e1d

#700e1d #1d700e #0e1d70

Analogous Colors of #700e1d

#700e1d #70300e #700e4e

Monochromatic Colors of #700e1d

#700e1d

Complementary Color

#700e1d #0e7061

#700e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#700e1d Color CSS Codes

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

#700e1d Text Font Color

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

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


#700e1d Background Color

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

This div background color is #700e1d


#700e1d Border Color

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

This div border color is #700e1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700e1d


Comments

No comments written yet.

Please login to write comment.