Color Hex Logo

#1d093e Color Hex

#1D093E
(29,9,62)
0 Favorites   0 Comments

Color spaces of #1d093e

RGB 29962
HSL0.730.750.14
HSV263°85°24°
CMYK 0.530.850.00   0.76
XYZ1.47390.80444.6350
Yxy0.80440.21320.1164
Hunter Lab8.968813.6385-24.3623
CIE-Lab7.266124.3999-29.7189

#1d093e color RGB value is (29,9,62).

#1d093e hex color red value is 29, green value is 9 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #1d093e hue: 0.73 , saturation: 0.75 and the lightness value of 1d093e is 0.14.

The process color (four color CMYK) of #1d093e color hex is 0.53, 0.85, 0.00, 0.76. Web safe color of #1d093e is #330033. Color #1d093e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00001001 00111110
Octal 35 11 76
Decimal 29 9 62
Hex 1D 9 3E

RGB Percentages of Color #1d093e

%29.00
%9.00
%62.00

CMYK Percentages of Color #1d093e

%53
%85
%0
%76

Triadic Colors of #1d093e

#1d093e #3e1d09 #093e1d

Analogous Colors of #1d093e

#1d093e #37093e #09103e

Monochromatic Colors of #1d093e

#1d093e

Complementary Color

#1d093e #2a3e09

#1d093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d093e Color CSS Codes

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

#1d093e Text Font Color

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

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


#1d093e Background Color

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

This div background color is #1d093e


#1d093e Border Color

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

This div border color is #1d093e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d093e


Comments

No comments written yet.

Please login to write comment.