Color Hex Logo

#1d3998 Color Hex

#1D3998
(29,57,152)
0 Favorites   0 Comments

Color spaces of #1d3998

RGB 2957152
HSL0.630.680.35
HSV226°81°60°
CMYK 0.810.630.00   0.40
XYZ7.63735.454530.3560
Yxy5.45450.17580.1255
Hunter Lab23.354917.5004-60.7151
CIE-Lab27.992326.1380-54.8059

#1d3998 color RGB value is (29,57,152).

#1d3998 hex color red value is 29, green value is 57 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #1d3998 hue: 0.63 , saturation: 0.68 and the lightness value of 1d3998 is 0.35.

The process color (four color CMYK) of #1d3998 color hex is 0.81, 0.63, 0.00, 0.40. Web safe color of #1d3998 is #333399. Color #1d3998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00111001 10011000
Octal 35 71 230
Decimal 29 57 152
Hex 1D 39 98

RGB Percentages of Color #1d3998

%12.18
%23.95
%63.87

CMYK Percentages of Color #1d3998

%81
%63
%0
%40

Triadic Colors of #1d3998

#1d3998 #981d39 #39981d

Analogous Colors of #1d3998

#1d3998 #3f1d98 #1d7798

Monochromatic Colors of #1d3998

#1d3998

Complementary Color

#1d3998 #987c1d

#1d3998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d3998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d3998 Color CSS Codes

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

#1d3998 Text Font Color

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

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


#1d3998 Background Color

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

This div background color is #1d3998


#1d3998 Border Color

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

This div border color is #1d3998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d3998


Comments

No comments written yet.

Please login to write comment.