Color Hex Logo

#0d1dab Color Hex

#0D1DAB
(13,29,171)
0 Favorites   0 Comments

Color spaces of #0d1dab

RGB 1329171
HSL0.650.860.36
HSV234°92°67°
CMYK 0.920.830.00   0.33
XYZ7.95603.904638.8624
Yxy3.90460.15690.0770
Hunter Lab19.760137.2894-102.7745
CIE-Lab23.353549.0929-74.0178

#0d1dab color RGB value is (13,29,171).

#0d1dab hex color red value is 13, green value is 29 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0d1dab hue: 0.65 , saturation: 0.86 and the lightness value of 0d1dab is 0.36.

The process color (four color CMYK) of #0d1dab color hex is 0.92, 0.83, 0.00, 0.33. Web safe color of #0d1dab is #003399. Color #0d1dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00011101 10101011
Octal 15 35 253
Decimal 13 29 171
Hex D 1D AB

RGB Percentages of Color #0d1dab

%6.10
%13.62
%80.28

CMYK Percentages of Color #0d1dab

%92
%83
%0
%33

Triadic Colors of #0d1dab

#0d1dab #ab0d1d #1dab0d

Analogous Colors of #0d1dab

#0d1dab #4c0dab #0d6cab

Monochromatic Colors of #0d1dab

#0d1dab

Complementary Color

#0d1dab #ab9b0d

#0d1dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1dab Color CSS Codes

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

#0d1dab Text Font Color

<p style="color:#0d1dab">Text here</p>

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


#0d1dab Background Color

<div style="background-color:#0d1dab">
Div content here</div>

This div background color is #0d1dab


#0d1dab Border Color

<div style="border:3px solid #0d1dab">
Div here</div>

This div border color is #0d1dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1dab


Comments

No comments written yet.

Please login to write comment.