Color Hex Logo

#1d140f Color Hex

#1D140F
(29,20,15)
0 Favorites   0 Comments

Color spaces of #1d140f

RGB 292015
HSL0.060.320.09
HSV21°48°11°
CMYK 0.000.310.48   0.89
XYZ0.84310.79600.5611
Yxy0.79600.38320.3618
Hunter Lab8.92191.25462.5166
CIE-Lab7.19023.54464.3713

#1d140f color RGB value is (29,20,15).

#1d140f hex color red value is 29, green value is 20 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #1d140f hue: 0.06 , saturation: 0.32 and the lightness value of 1d140f is 0.09.

The process color (four color CMYK) of #1d140f color hex is 0.00, 0.31, 0.48, 0.89. Web safe color of #1d140f is #330000. Color #1d140f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00010100 00001111
Octal 35 24 17
Decimal 29 20 15
Hex 1D 14 F

RGB Percentages of Color #1d140f

%45.31
%31.25
%23.44

CMYK Percentages of Color #1d140f

%0
%31
%48
%89

Triadic Colors of #1d140f

#1d140f #0f1d14 #140f1d

Analogous Colors of #1d140f

#1d140f #1d1b0f #1d0f11

Monochromatic Colors of #1d140f

#1d140f

Complementary Color

#1d140f #0f181d

#1d140f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d140f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d140f Color CSS Codes

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

#1d140f Text Font Color

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

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


#1d140f Background Color

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

This div background color is #1d140f


#1d140f Border Color

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

This div border color is #1d140f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d140f


Comments

No comments written yet.

Please login to write comment.