Color Hex Logo

#1e140a Color Hex

#1E140A
(30,20,10)
0 Favorites   0 Comments

Color spaces of #1e140a

RGB 302010
HSL0.080.500.08
HSV30°67°12°
CMYK 0.000.330.67   0.88
XYZ0.84040.79820.3969
Yxy0.79820.41290.3921
Hunter Lab8.93421.15583.6200
CIE-Lab7.21013.34826.7541

#1e140a color RGB value is (30,20,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 00010100 00001010
Octal 36 24 12
Decimal 30 20 10
Hex 1E 14 A

RGB Percentages of Color #1e140a

%50.00
%33.33
%16.67

CMYK Percentages of Color #1e140a

%0
%33
%67
%88

Triadic Colors of #1e140a

#1e140a #0a1e14 #140a1e

Analogous Colors of #1e140a

#1e140a #1e1e0a #1e0a0a

Monochromatic Colors of #1e140a

#1e140a

Complementary Color

#1e140a #0a141e

#1e140a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e140a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e140a Color CSS Codes

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

#1e140a Text Font Color

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

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


#1e140a Background Color

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

This div background color is #1e140a


#1e140a Border Color

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

This div border color is #1e140a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e140a


Comments

No comments written yet.

Please login to write comment.