Color Hex Logo

#13080d Color Hex

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

Color spaces of #13080d

RGB 19813
HSL0.920.410.05
HSV333°58°
CMYK 0.000.580.32   0.93
XYZ0.42800.34120.4241
Yxy0.34120.35870.2859
Hunter Lab5.84122.8569-0.2159
CIE-Lab3.08204.2479-0.7522

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

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

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

Base Numbers

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

RGB Percentages of Color #13080d

%47.50
%20.00
%32.50

CMYK Percentages of Color #13080d

%0
%58
%32
%93

Triadic Colors of #13080d

#13080d #0d1308 #080d13

Analogous Colors of #13080d

#13080d #130908 #130813

Monochromatic Colors of #13080d

#13080d

Complementary Color

#13080d #08130e

#13080d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13080d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13080d Color CSS Codes

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

#13080d Text Font Color

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

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


#13080d Background Color

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

This div background color is #13080d


#13080d Border Color

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

This div border color is #13080d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13080d


Comments

No comments written yet.

Please login to write comment.