Color Hex Logo

#1e140d Color Hex

#1E140D
(30,20,13)
0 Favorites   0 Comments

Color spaces of #1e140d

RGB 302013
HSL0.070.400.08
HSV25°57°12°
CMYK 0.000.330.57   0.88
XYZ0.85820.80540.4910
Yxy0.80540.39830.3738
Hunter Lab8.97441.36433.0383
CIE-Lab7.27513.79285.5203

#1e140d color RGB value is (30,20,13).

#1e140d hex color red value is 30, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #1e140d hue: 0.07 , saturation: 0.40 and the lightness value of 1e140d is 0.08.

The process color (four color CMYK) of #1e140d color hex is 0.00, 0.33, 0.57, 0.88. Web safe color of #1e140d is #330000. Color #1e140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00010100 00001101
Octal 36 24 15
Decimal 30 20 13
Hex 1E 14 D

RGB Percentages of Color #1e140d

%47.62
%31.75
%20.63

CMYK Percentages of Color #1e140d

%0
%33
%57
%88

Triadic Colors of #1e140d

#1e140d #0d1e14 #140d1e

Analogous Colors of #1e140d

#1e140d #1e1d0d #1e0d0f

Monochromatic Colors of #1e140d

#1e140d

Complementary Color

#1e140d #0d171e

#1e140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e140d Color CSS Codes

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

#1e140d Text Font Color

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

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


#1e140d Background Color

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

This div background color is #1e140d


#1e140d Border Color

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

This div border color is #1e140d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e140d

#1e140d Color Palettes


Comments

No comments written yet.

Please login to write comment.