Color Hex Logo

#1d2abb Color Hex

#1D2ABB
(29,42,187)
0 Favorites   0 Comments

Color spaces of #1d2abb

RGB 2942187
HSL0.650.730.42
HSV235°84°73°
CMYK 0.840.780.00   0.27
XYZ10.30435.505047.5332
Yxy5.50500.16270.0869
Hunter Lab23.462737.3333-103.6918
CIE-Lab28.127648.2078-75.6377

#1d2abb color RGB value is (29,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 00101010 10111011
Octal 35 52 273
Decimal 29 42 187
Hex 1D 2A BB

RGB Percentages of Color #1d2abb

%11.24
%16.28
%72.48

CMYK Percentages of Color #1d2abb

%84
%78
%0
%27

Triadic Colors of #1d2abb

#1d2abb #bb1d2a #2abb1d

Analogous Colors of #1d2abb

#1d2abb #5f1dbb #1d79bb

Monochromatic Colors of #1d2abb

#1d2abb

Complementary Color

#1d2abb #bbae1d

#1d2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d2abb Color CSS Codes

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

#1d2abb Text Font Color

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

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


#1d2abb Background Color

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

This div background color is #1d2abb


#1d2abb Border Color

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

This div border color is #1d2abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,42,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 #1d2abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d2abb


Comments

No comments written yet.

Please login to write comment.