Color Hex Logo

#05040c Color Hex

#05040C
(5,4,12)
0 Favorites   0 Comments

Color spaces of #05040c

RGB 5412
HSL0.690.500.03
HSV248°67°
CMYK 0.580.670.00   0.95
XYZ0.17240.14560.3669
Yxy0.14560.25170.2126
Hunter Lab3.81581.3872-3.0299
CIE-Lab1.31521.3932-2.9804

#05040c color RGB value is (5,4,12).

#05040c hex color red value is 5, green value is 4 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #05040c hue: 0.69 , saturation: 0.50 and the lightness value of 05040c is 0.03.

The process color (four color CMYK) of #05040c color hex is 0.58, 0.67, 0.00, 0.95. Web safe color of #05040c is #000000. Color #05040c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000100 00001100
Octal 5 4 14
Decimal 5 4 12
Hex 5 4 C

RGB Percentages of Color #05040c

%23.81
%19.05
%57.14

CMYK Percentages of Color #05040c

%58
%67
%0
%95

Triadic Colors of #05040c

#05040c #0c0504 #040c05

Analogous Colors of #05040c

#05040c #09040c #04070c

Monochromatic Colors of #05040c

#05040c

Complementary Color

#05040c #0b0c04

#05040c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05040c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05040c Color CSS Codes

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

#05040c Text Font Color

<p style="color:#05040c">Text here</p>

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


#05040c Background Color

<div style="background-color:#05040c">
Div content here</div>

This div background color is #05040c


#05040c Border Color

<div style="border:3px solid #05040c">
Div here</div>

This div border color is #05040c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,4,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05040c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05040c;
  -webkit-box-shadow: 1px 1px 3px 2px #05040c;
  box-shadow:         1px 1px 3px 2px #05040c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05040c

#05040c Color Palettes


Comments

No comments written yet.

Please login to write comment.