Color Hex Logo

#1d317f Color Hex

#1D317F
(29,49,127)
0 Favorites   0 Comments

Color spaces of #1d317f

RGB 2949127
HSL0.630.630.31
HSV228°77°50°
CMYK 0.770.610.00   0.50
XYZ5.43583.990120.5624
Yxy3.99010.18130.1331
Hunter Lab19.975213.6180-47.0501
CIE-Lab23.638721.7830-46.4026

#1d317f color RGB value is (29,49,127).

#1d317f hex color red value is 29, green value is 49 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #1d317f hue: 0.63 , saturation: 0.63 and the lightness value of 1d317f is 0.31.

The process color (four color CMYK) of #1d317f color hex is 0.77, 0.61, 0.00, 0.50. Web safe color of #1d317f is #333366. Color #1d317f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110001 01111111
Octal 35 61 177
Decimal 29 49 127
Hex 1D 31 7F

RGB Percentages of Color #1d317f

%14.15
%23.90
%61.95

CMYK Percentages of Color #1d317f

%77
%61
%0
%50

Triadic Colors of #1d317f

#1d317f #7f1d31 #317f1d

Analogous Colors of #1d317f

#1d317f #3a1d7f #1d627f

Monochromatic Colors of #1d317f

#1d317f

Complementary Color

#1d317f #7f6b1d

#1d317f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d317f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d317f Color CSS Codes

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

#1d317f Text Font Color

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

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


#1d317f Background Color

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

This div background color is #1d317f


#1d317f Border Color

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

This div border color is #1d317f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d317f


Comments

No comments written yet.

Please login to write comment.