Color Hex Logo

#1d4c8e Color Hex

#1D4C8E
(29,76,142)
0 Favorites   0 Comments

Color spaces of #1d4c8e

RGB 2976142
HSL0.600.660.34
HSV215°80°56°
CMYK 0.800.460.00   0.44
XYZ7.97367.383126.5960
Yxy7.38310.19010.1760
Hunter Lab27.17194.8302-39.0131
CIE-Lab32.66369.1244-41.1180

#1d4c8e color RGB value is (29,76,142).

#1d4c8e hex color red value is 29, green value is 76 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #1d4c8e hue: 0.60 , saturation: 0.66 and the lightness value of 1d4c8e is 0.34.

The process color (four color CMYK) of #1d4c8e color hex is 0.80, 0.46, 0.00, 0.44. Web safe color of #1d4c8e is #333399. Color #1d4c8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01001100 10001110
Octal 35 114 216
Decimal 29 76 142
Hex 1D 4C 8E

RGB Percentages of Color #1d4c8e

%11.74
%30.77
%57.49

CMYK Percentages of Color #1d4c8e

%80
%46
%0
%44

Triadic Colors of #1d4c8e

#1d4c8e #8e1d4c #4c8e1d

Analogous Colors of #1d4c8e

#1d4c8e #261d8e #1d858e

Monochromatic Colors of #1d4c8e

#1d4c8e

Complementary Color

#1d4c8e #8e5f1d

#1d4c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d4c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d4c8e Color CSS Codes

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

#1d4c8e Text Font Color

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

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


#1d4c8e Background Color

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

This div background color is #1d4c8e


#1d4c8e Border Color

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

This div border color is #1d4c8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d4c8e


Comments

No comments written yet.

Please login to write comment.