Color Hex Logo

#0b070d Color Hex

#0B070D
(11,7,13)
0 Favorites   0 Comments

Color spaces of #0b070d

RGB 11713
HSL0.780.300.04
HSV280°46°
CMYK 0.150.460.00   0.95
XYZ0.28660.25220.4143
Yxy0.25220.30070.2646
Hunter Lab5.02201.3985-1.3759
CIE-Lab2.27811.9209-1.9981

#0b070d color RGB value is (11,7,13).

#0b070d hex color red value is 11, green value is 7 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0b070d hue: 0.78 , saturation: 0.30 and the lightness value of 0b070d is 0.04.

The process color (four color CMYK) of #0b070d color hex is 0.15, 0.46, 0.00, 0.95. Web safe color of #0b070d is #000000. Color #0b070d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00000111 00001101
Octal 13 7 15
Decimal 11 7 13
Hex B 7 D

RGB Percentages of Color #0b070d

%35.48
%22.58
%41.94

CMYK Percentages of Color #0b070d

%15
%46
%0
%95

Triadic Colors of #0b070d

#0b070d #0d0b07 #070d0b

Analogous Colors of #0b070d

#0b070d #0d070c #08070d

Monochromatic Colors of #0b070d

#0b070d

Complementary Color

#0b070d #090d07

#0b070d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b070d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b070d Color CSS Codes

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

#0b070d Text Font Color

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

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


#0b070d Background Color

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

This div background color is #0b070d


#0b070d Border Color

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

This div border color is #0b070d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b070d

#0b070d Color Palettes


Comments

No comments written yet.

Please login to write comment.