Color Hex Logo

#08130d Color Hex

#08130D
(8,19,13)
0 Favorites   0 Comments

Color spaces of #08130d

RGB 81913
HSL0.410.410.05
HSV147°58°
CMYK 0.580.000.32   0.93
XYZ0.40570.54640.4649
Yxy0.54640.28630.3856
Hunter Lab7.3919-3.13891.4454
CIE-Lab4.9356-4.65501.8600

#08130d color RGB value is (8,19,13).

#08130d hex color red value is 8, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #08130d hue: 0.41 , saturation: 0.41 and the lightness value of 08130d is 0.05.

The process color (four color CMYK) of #08130d color hex is 0.58, 0.00, 0.32, 0.93. Web safe color of #08130d is #000000. Color #08130d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010011 00001101
Octal 10 23 15
Decimal 8 19 13
Hex 8 13 D

RGB Percentages of Color #08130d

%20.00
%47.50
%32.50

CMYK Percentages of Color #08130d

%58
%0
%32
%93

Triadic Colors of #08130d

#08130d #0d0813 #130d08

Analogous Colors of #08130d

#08130d #081313 #091308

Monochromatic Colors of #08130d

#08130d

Complementary Color

#08130d #13080e

#08130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08130d Color CSS Codes

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

#08130d Text Font Color

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

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


#08130d Background Color

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

This div background color is #08130d


#08130d Border Color

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

This div border color is #08130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08130d


Comments

No comments written yet.

Please login to write comment.