Color Hex Logo

#1d315c Color Hex

#1D315C
(29,49,92)
0 Favorites   0 Comments

Color spaces of #1d315c

RGB 294992
HSL0.610.520.24
HSV221°68°36°
CMYK 0.680.470.00   0.64
XYZ3.53683.230510.5624
Yxy3.23050.20410.1864
Hunter Lab17.97363.6710-22.2610
CIE-Lab20.94437.6845-28.1991

#1d315c color RGB value is (29,49,92).

#1d315c hex color red value is 29, green value is 49 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #1d315c hue: 0.61 , saturation: 0.52 and the lightness value of 1d315c is 0.24.

The process color (four color CMYK) of #1d315c color hex is 0.68, 0.47, 0.00, 0.64. Web safe color of #1d315c is #333366. Color #1d315c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110001 01011100
Octal 35 61 134
Decimal 29 49 92
Hex 1D 31 5C

RGB Percentages of Color #1d315c

%17.06
%28.82
%54.12

CMYK Percentages of Color #1d315c

%68
%47
%0
%64

Triadic Colors of #1d315c

#1d315c #5c1d31 #315c1d

Analogous Colors of #1d315c

#1d315c #291d5c #1d505c

Monochromatic Colors of #1d315c

#1d315c

Complementary Color

#1d315c #5c481d

#1d315c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d315c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d315c Color CSS Codes

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

#1d315c Text Font Color

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

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


#1d315c Background Color

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

This div background color is #1d315c


#1d315c Border Color

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

This div border color is #1d315c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d315c


Comments

No comments written yet.

Please login to write comment.