Color Hex Logo

#1d348f Color Hex

#1D348F
(29,52,143)
0 Favorites   0 Comments

Color spaces of #1d348f

RGB 2952143
HSL0.630.660.34
HSV228°80°56°
CMYK 0.800.640.00   0.44
XYZ6.69264.700426.5411
Yxy4.70040.17640.1239
Hunter Lab21.680417.1611-57.4064
CIE-Lab25.863626.0229-52.7561

#1d348f color RGB value is (29,52,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110100 10001111
Octal 35 64 217
Decimal 29 52 143
Hex 1D 34 8F

RGB Percentages of Color #1d348f

%12.95
%23.21
%63.84

CMYK Percentages of Color #1d348f

%80
%64
%0
%44

Triadic Colors of #1d348f

#1d348f #8f1d34 #348f1d

Analogous Colors of #1d348f

#1d348f #3f1d8f #1d6d8f

Monochromatic Colors of #1d348f

#1d348f

Complementary Color

#1d348f #8f781d

#1d348f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d348f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d348f Color CSS Codes

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

#1d348f Text Font Color

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

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


#1d348f Background Color

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

This div background color is #1d348f


#1d348f Border Color

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

This div border color is #1d348f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d348f


Comments

No comments written yet.

Please login to write comment.