Color Hex Logo

#0e130d Color Hex

#0E130D
(14,19,13)
0 Favorites   0 Comments

Color spaces of #0e130d

RGB 141913
HSL0.310.190.06
HSV110°32°
CMYK 0.260.000.32   0.93
XYZ0.48660.58820.4686
Yxy0.58820.31530.3811
Hunter Lab7.6694-2.09621.7460
CIE-Lab5.3132-2.96852.4580

#0e130d color RGB value is (14,19,13).

#0e130d hex color red value is 14, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0e130d hue: 0.31 , saturation: 0.19 and the lightness value of 0e130d is 0.06.

The process color (four color CMYK) of #0e130d color hex is 0.26, 0.00, 0.32, 0.93. Web safe color of #0e130d is #000000. Color #0e130d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010011 00001101
Octal 16 23 15
Decimal 14 19 13
Hex E 13 D

RGB Percentages of Color #0e130d

%30.43
%41.30
%28.26

CMYK Percentages of Color #0e130d

%26
%0
%32
%93

Triadic Colors of #0e130d

#0e130d #0d0e13 #130d0e

Analogous Colors of #0e130d

#0e130d #0d130f #11130d

Monochromatic Colors of #0e130d

#0e130d

Complementary Color

#0e130d #120d13

#0e130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e130d Color CSS Codes

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

#0e130d Text Font Color

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

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


#0e130d Background Color

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

This div background color is #0e130d


#0e130d Border Color

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

This div border color is #0e130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e130d


Comments

No comments written yet.

Please login to write comment.