Color Hex Logo

#700e1b Color Hex

#700E1B
(112,14,27)
0 Favorites   0 Comments

Color spaces of #700e1b

RGB 1121427
HSL0.980.780.25
HSV352°88°44°
CMYK 0.000.880.76   0.56
XYZ7.03703.83801.4068
Yxy3.83800.57300.3125
Hunter Lab19.590829.83319.4560
CIE-Lab23.128541.294620.5325

#700e1b color RGB value is (112,14,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001110 00011011
Octal 160 16 33
Decimal 112 14 27
Hex 70 E 1B

RGB Percentages of Color #700e1b

%73.20
%9.15
%17.65

CMYK Percentages of Color #700e1b

%0
%88
%76
%56

Triadic Colors of #700e1b

#700e1b #1b700e #0e1b70

Analogous Colors of #700e1b

#700e1b #70320e #700e4c

Monochromatic Colors of #700e1b

#700e1b

Complementary Color

#700e1b #0e7063

#700e1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700e1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#700e1b Color CSS Codes

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

#700e1b Text Font Color

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

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


#700e1b Background Color

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

This div background color is #700e1b


#700e1b Border Color

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

This div border color is #700e1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700e1b


Comments

No comments written yet.

Please login to write comment.