Color Hex Logo

#1d112e Color Hex

#1D112E
(29,17,46)
0 Favorites   0 Comments

Color spaces of #1d112e

RGB 291746
HSL0.740.460.12
HSV265°63°18°
CMYK 0.370.630.00   0.82
XYZ1.20030.85942.6874
Yxy0.85940.25280.1810
Hunter Lab9.27046.8884-10.6984
CIE-Lab7.762914.0097-17.2605

#1d112e color RGB value is (29,17,46).

#1d112e hex color red value is 29, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #1d112e hue: 0.74 , saturation: 0.46 and the lightness value of 1d112e is 0.12.

The process color (four color CMYK) of #1d112e color hex is 0.37, 0.63, 0.00, 0.82. Web safe color of #1d112e is #330033. Color #1d112e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00010001 00101110
Octal 35 21 56
Decimal 29 17 46
Hex 1D 11 2E

RGB Percentages of Color #1d112e

%31.52
%18.48
%50.00

CMYK Percentages of Color #1d112e

%37
%63
%0
%82

Triadic Colors of #1d112e

#1d112e #2e1d11 #112e1d

Analogous Colors of #1d112e

#1d112e #2c112e #11142e

Monochromatic Colors of #1d112e

#1d112e

Complementary Color

#1d112e #222e11

#1d112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d112e Color CSS Codes

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

#1d112e Text Font Color

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

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


#1d112e Background Color

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

This div background color is #1d112e


#1d112e Border Color

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

This div border color is #1d112e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d112e


Comments

No comments written yet.

Please login to write comment.