Color Hex Logo

#01080d Color Hex

#01080D
(1,8,13)
0 Favorites   0 Comments

Color spaces of #01080d

RGB 1813
HSL0.570.860.03
HSV205°92°
CMYK 0.920.380.00   0.95
XYZ0.17200.20920.4121
Yxy0.20920.21680.2637
Hunter Lab4.5738-1.2917-2.1403
CIE-Lab1.8897-1.0994-2.6364

#01080d color RGB value is (1,8,13).

#01080d hex color red value is 1, green value is 8 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #01080d hue: 0.57 , saturation: 0.86 and the lightness value of 01080d is 0.03.

The process color (four color CMYK) of #01080d color hex is 0.92, 0.38, 0.00, 0.95. Web safe color of #01080d is #000000. Color #01080d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001000 00001101
Octal 1 10 15
Decimal 1 8 13
Hex 1 8 D

RGB Percentages of Color #01080d

%4.55
%36.36
%59.09

CMYK Percentages of Color #01080d

%92
%38
%0
%95

Triadic Colors of #01080d

#01080d #0d0108 #080d01

Analogous Colors of #01080d

#01080d #01020d #010d0c

Monochromatic Colors of #01080d

#01080d

Complementary Color

#01080d #0d0601

#01080d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01080d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01080d Color CSS Codes

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

#01080d Text Font Color

<p style="color:#01080d">Text here</p>

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


#01080d Background Color

<div style="background-color:#01080d">
Div content here</div>

This div background color is #01080d


#01080d Border Color

<div style="border:3px solid #01080d">
Div here</div>

This div border color is #01080d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,8,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 #01080d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01080d


Comments

No comments written yet.

Please login to write comment.