Color Hex Logo

#04081c Color Hex

#04081C
(4,8,28)
0 Favorites   0 Comments

Color spaces of #04081c

RGB 4828
HSL0.640.750.06
HSV230°86°11°
CMYK 0.860.710.00   0.89
XYZ0.34650.28331.1350
Yxy0.28330.19630.1605
Hunter Lab5.32262.3058-8.9173
CIE-Lab2.55903.1637-11.6910

#04081c color RGB value is (4,8,28).

#04081c hex color red value is 4, green value is 8 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #04081c hue: 0.64 , saturation: 0.75 and the lightness value of 04081c is 0.06.

The process color (four color CMYK) of #04081c color hex is 0.86, 0.71, 0.00, 0.89. Web safe color of #04081c is #000033. Color #04081c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001000 00011100
Octal 4 10 34
Decimal 4 8 28
Hex 4 8 1C

RGB Percentages of Color #04081c

%10.00
%20.00
%70.00

CMYK Percentages of Color #04081c

%86
%71
%0
%89

Triadic Colors of #04081c

#04081c #1c0408 #081c04

Analogous Colors of #04081c

#04081c #0c041c #04141c

Monochromatic Colors of #04081c

#04081c

Complementary Color

#04081c #1c1804

#04081c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04081c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04081c Color CSS Codes

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

#04081c Text Font Color

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

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


#04081c Background Color

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

This div background color is #04081c


#04081c Border Color

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

This div border color is #04081c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04081c


Comments

No comments written yet.

Please login to write comment.