Color Hex Logo

#0d0429 Color Hex

#0D0429
(13,4,41)
0 Favorites   0 Comments

Color spaces of #0d0429

RGB 13441
HSL0.710.820.09
HSV255°90°16°
CMYK 0.680.900.00   0.84
XYZ0.60960.33252.1299
Yxy0.33250.19840.1082
Hunter Lab5.76638.7797-17.8636
CIE-Lab3.003412.0257-21.1240

#0d0429 color RGB value is (13,4,41).

#0d0429 hex color red value is 13, green value is 4 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #0d0429 hue: 0.71 , saturation: 0.82 and the lightness value of 0d0429 is 0.09.

The process color (four color CMYK) of #0d0429 color hex is 0.68, 0.90, 0.00, 0.84. Web safe color of #0d0429 is #000033. Color #0d0429 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000100 00101001
Octal 15 4 51
Decimal 13 4 41
Hex D 4 29

RGB Percentages of Color #0d0429

%22.41
%6.90
%70.69

CMYK Percentages of Color #0d0429

%68
%90
%0
%84

Triadic Colors of #0d0429

#0d0429 #290d04 #04290d

Analogous Colors of #0d0429

#0d0429 #200429 #040e29

Monochromatic Colors of #0d0429

#0d0429

Complementary Color

#0d0429 #202904

#0d0429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d0429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d0429 Color CSS Codes

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

#0d0429 Text Font Color

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

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


#0d0429 Background Color

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

This div background color is #0d0429


#0d0429 Border Color

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

This div border color is #0d0429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d0429


Comments

No comments written yet.

Please login to write comment.