Color Hex Logo

#1d0baf Color Hex

#1D0BAF
(29,11,175)
0 Favorites   0 Comments

Color spaces of #1d0baf

RGB 2911175
HSL0.680.880.36
HSV247°94°69°
CMYK 0.830.940.00   0.31
XYZ8.36423.595740.8106
Yxy3.59570.15850.0681
Hunter Lab18.962345.5515-114.3299
CIE-Lab22.287157.3680-78.1885

#1d0baf color RGB value is (29,11,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 00001011 10101111
Octal 35 13 257
Decimal 29 11 175
Hex 1D B AF

RGB Percentages of Color #1d0baf

%13.49
%5.12
%81.40

CMYK Percentages of Color #1d0baf

%83
%94
%0
%31

Triadic Colors of #1d0baf

#1d0baf #af1d0b #0baf1d

Analogous Colors of #1d0baf

#1d0baf #6f0baf #0b4baf

Monochromatic Colors of #1d0baf

#1d0baf

Complementary Color

#1d0baf #9daf0b

#1d0baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d0baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d0baf Color CSS Codes

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

#1d0baf Text Font Color

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

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


#1d0baf Background Color

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

This div background color is #1d0baf


#1d0baf Border Color

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

This div border color is #1d0baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d0baf


Comments

No comments written yet.

Please login to write comment.