Color Hex Logo

#0d071e Color Hex

#0D071E
(13,7,30)
0 Favorites   0 Comments

Color spaces of #0d071e

RGB 13730
HSL0.710.620.07
HSV256°77°12°
CMYK 0.570.770.00   0.88
XYZ0.47630.33131.2671
Yxy0.33130.22960.1597
Hunter Lab5.75594.6982-9.0230
CIE-Lab2.99266.6120-12.5766

#0d071e color RGB value is (13,7,30).

#0d071e hex color red value is 13, green value is 7 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0d071e hue: 0.71 , saturation: 0.62 and the lightness value of 0d071e is 0.07.

The process color (four color CMYK) of #0d071e color hex is 0.57, 0.77, 0.00, 0.88. Web safe color of #0d071e is #000033. Color #0d071e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000111 00011110
Octal 15 7 36
Decimal 13 7 30
Hex D 7 1E

RGB Percentages of Color #0d071e

%26.00
%14.00
%60.00

CMYK Percentages of Color #0d071e

%57
%77
%0
%88

Triadic Colors of #0d071e

#0d071e #1e0d07 #071e0d

Analogous Colors of #0d071e

#0d071e #19071e #070d1e

Monochromatic Colors of #0d071e

#0d071e

Complementary Color

#0d071e #181e07

#0d071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d071e Color CSS Codes

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

#0d071e Text Font Color

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

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


#0d071e Background Color

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

This div background color is #0d071e


#0d071e Border Color

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

This div border color is #0d071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d071e


Comments

No comments written yet.

Please login to write comment.