Color Hex Logo

#04140b Color Hex

#04140B
(4,20,11)
0 Favorites   0 Comments

Color spaces of #04140b

RGB 42011
HSL0.410.670.05
HSV146°80°
CMYK 0.800.000.45   0.92
XYZ0.36060.55030.4038
Yxy0.55030.27430.4186
Hunter Lab7.4182-4.30501.9654
CIE-Lab4.9708-6.65432.7946

#04140b color RGB value is (4,20,11).

#04140b hex color red value is 4, green value is 20 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #04140b hue: 0.41 , saturation: 0.67 and the lightness value of 04140b is 0.05.

The process color (four color CMYK) of #04140b color hex is 0.80, 0.00, 0.45, 0.92. Web safe color of #04140b is #000000. Color #04140b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010100 00001011
Octal 4 24 13
Decimal 4 20 11
Hex 4 14 B

RGB Percentages of Color #04140b

%11.43
%57.14
%31.43

CMYK Percentages of Color #04140b

%80
%0
%45
%92

Triadic Colors of #04140b

#04140b #0b0414 #140b04

Analogous Colors of #04140b

#04140b #041413 #051404

Monochromatic Colors of #04140b

#04140b

Complementary Color

#04140b #14040d

#04140b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04140b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04140b Color CSS Codes

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

#04140b Text Font Color

<p style="color:#04140b">Text here</p>

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


#04140b Background Color

<div style="background-color:#04140b">
Div content here</div>

This div background color is #04140b


#04140b Border Color

<div style="border:3px solid #04140b">
Div here</div>

This div border color is #04140b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,20,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04140b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04140b;
  -webkit-box-shadow: 1px 1px 3px 2px #04140b;
  box-shadow:         1px 1px 3px 2px #04140b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,20,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #04140b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04140b


Comments

No comments written yet.

Please login to write comment.