Color Hex Logo

#1d4775 Color Hex

#1D4775
(29,71,117)
0 Favorites   0 Comments

Color spaces of #1d4775

RGB 2971117
HSL0.590.600.29
HSV211°75°46°
CMYK 0.750.390.00   0.54
XYZ5.97086.052017.6831
Yxy6.05200.20100.2037
Hunter Lab24.60080.2719-25.3972
CIE-Lab29.54332.4554-30.5950

#1d4775 color RGB value is (29,71,117).

#1d4775 hex color red value is 29, green value is 71 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #1d4775 hue: 0.59 , saturation: 0.60 and the lightness value of 1d4775 is 0.29.

The process color (four color CMYK) of #1d4775 color hex is 0.75, 0.39, 0.00, 0.54. Web safe color of #1d4775 is #333366. Color #1d4775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000111 01110101
Octal 35 107 165
Decimal 29 71 117
Hex 1D 47 75

RGB Percentages of Color #1d4775

%13.36
%32.72
%53.92

CMYK Percentages of Color #1d4775

%75
%39
%0
%54

Triadic Colors of #1d4775

#1d4775 #751d47 #47751d

Analogous Colors of #1d4775

#1d4775 #1f1d75 #1d7375

Monochromatic Colors of #1d4775

#1d4775

Complementary Color

#1d4775 #754b1d

#1d4775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d4775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d4775 Color CSS Codes

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

#1d4775 Text Font Color

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

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


#1d4775 Background Color

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

This div background color is #1d4775


#1d4775 Border Color

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

This div border color is #1d4775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d4775


Comments

No comments written yet.

Please login to write comment.