Color Hex Logo

#1d3cbb Color Hex

#1D3CBB
(29,60,187)
0 Favorites   0 Comments

Color spaces of #1d3cbb

RGB 2960187
HSL0.630.730.42
HSV228°84°73°
CMYK 0.840.680.00   0.27
XYZ11.09227.080847.7958
Yxy7.08080.16810.1073
Hunter Lab26.609827.8401-87.8684
CIE-Lab31.990137.4870-69.2571

#1d3cbb color RGB value is (29,60,187).

#1d3cbb hex color red value is 29, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1d3cbb hue: 0.63 , saturation: 0.73 and the lightness value of 1d3cbb is 0.42.

The process color (four color CMYK) of #1d3cbb color hex is 0.84, 0.68, 0.00, 0.27. Web safe color of #1d3cbb is #3333cc. Color #1d3cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00111100 10111011
Octal 35 74 273
Decimal 29 60 187
Hex 1D 3C BB

RGB Percentages of Color #1d3cbb

%10.51
%21.74
%67.75

CMYK Percentages of Color #1d3cbb

%84
%68
%0
%27

Triadic Colors of #1d3cbb

#1d3cbb #bb1d3c #3cbb1d

Analogous Colors of #1d3cbb

#1d3cbb #4d1dbb #1d8bbb

Monochromatic Colors of #1d3cbb

#1d3cbb

Complementary Color

#1d3cbb #bb9c1d

#1d3cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d3cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d3cbb Color CSS Codes

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

#1d3cbb Text Font Color

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

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


#1d3cbb Background Color

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

This div background color is #1d3cbb


#1d3cbb Border Color

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

This div border color is #1d3cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d3cbb


Comments

No comments written yet.

Please login to write comment.