Color Hex Logo

#1d174e Color Hex

#1D174E
(29,23,78)
0 Favorites   0 Comments

Color spaces of #1d174e

RGB 292378
HSL0.680.540.20
HSV247°71°31°
CMYK 0.630.710.00   0.69
XYZ2.18821.42417.3673
Yxy1.42410.19930.1297
Hunter Lab11.933611.8469-28.2497
CIE-Lab12.117221.0446-33.0200

#1d174e color RGB value is (29,23,78).

#1d174e hex color red value is 29, green value is 23 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #1d174e hue: 0.68 , saturation: 0.54 and the lightness value of 1d174e is 0.20.

The process color (four color CMYK) of #1d174e color hex is 0.63, 0.71, 0.00, 0.69. Web safe color of #1d174e is #330066. Color #1d174e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00010111 01001110
Octal 35 27 116
Decimal 29 23 78
Hex 1D 17 4E

RGB Percentages of Color #1d174e

%22.31
%17.69
%60.00

CMYK Percentages of Color #1d174e

%63
%71
%0
%69

Triadic Colors of #1d174e

#1d174e #4e1d17 #174e1d

Analogous Colors of #1d174e

#1d174e #39174e #172c4e

Monochromatic Colors of #1d174e

#1d174e

Complementary Color

#1d174e #484e17

#1d174e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d174e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d174e Color CSS Codes

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

#1d174e Text Font Color

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

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


#1d174e Background Color

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

This div background color is #1d174e


#1d174e Border Color

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

This div border color is #1d174e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d174e


Comments

No comments written yet.

Please login to write comment.