Color Hex Logo

#05140d Color Hex

#05140D
(5,20,13)
0 Favorites   0 Comments

Color spaces of #05140d

RGB 52013
HSL0.420.600.05
HSV152°75°
CMYK 0.750.000.35   0.92
XYZ0.38540.56160.4689
Yxy0.56160.27220.3966
Hunter Lab7.4940-3.93461.5360
CIE-Lab5.0729-6.07842.0395

#05140d color RGB value is (5,20,13).

#05140d hex color red value is 5, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #05140d hue: 0.42 , saturation: 0.60 and the lightness value of 05140d is 0.05.

The process color (four color CMYK) of #05140d color hex is 0.75, 0.00, 0.35, 0.92. Web safe color of #05140d is #000000. Color #05140d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010100 00001101
Octal 5 24 15
Decimal 5 20 13
Hex 5 14 D

RGB Percentages of Color #05140d

%13.16
%52.63
%34.21

CMYK Percentages of Color #05140d

%75
%0
%35
%92

Triadic Colors of #05140d

#05140d #0d0514 #140d05

Analogous Colors of #05140d

#05140d #051414 #051406

Monochromatic Colors of #05140d

#05140d

Complementary Color

#05140d #14050c

#05140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05140d Color CSS Codes

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

#05140d Text Font Color

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

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


#05140d Background Color

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

This div background color is #05140d


#05140d Border Color

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

This div border color is #05140d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05140d


Comments

No comments written yet.

Please login to write comment.