Color Hex Logo

#1d0bab Color Hex

#1D0BAB
(29,11,171)
0 Favorites   0 Comments

Color spaces of #1d0bab

RGB 2911171
HSL0.690.880.36
HSV247°94°67°
CMYK 0.830.940.00   0.33
XYZ7.97713.440838.7718
Yxy3.44080.15890.0686
Hunter Lab18.549444.3018-110.9429
CIE-Lab21.729256.2874-76.7080

#1d0bab color RGB value is (29,11,171).

#1d0bab hex color red value is 29, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1d0bab hue: 0.69 , saturation: 0.88 and the lightness value of 1d0bab is 0.36.

The process color (four color CMYK) of #1d0bab color hex is 0.83, 0.94, 0.00, 0.33. Web safe color of #1d0bab is #330099. Color #1d0bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00001011 10101011
Octal 35 13 253
Decimal 29 11 171
Hex 1D B AB

RGB Percentages of Color #1d0bab

%13.74
%5.21
%81.04

CMYK Percentages of Color #1d0bab

%83
%94
%0
%33

Triadic Colors of #1d0bab

#1d0bab #ab1d0b #0bab1d

Analogous Colors of #1d0bab

#1d0bab #6d0bab #0b49ab

Monochromatic Colors of #1d0bab

#1d0bab

Complementary Color

#1d0bab #99ab0b

#1d0bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d0bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d0bab Color CSS Codes

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

#1d0bab Text Font Color

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

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


#1d0bab Background Color

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

This div background color is #1d0bab


#1d0bab Border Color

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

This div border color is #1d0bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d0bab


Comments

No comments written yet.

Please login to write comment.