Color Hex Logo

#00040f Color Hex

#00040F
(0,4,15)
0 Favorites   0 Comments

Color spaces of #00040f

RGB 0415
HSL0.621.000.03
HSV224°100°
CMYK 1.000.730.00   0.94
XYZ0.12960.12130.4685
Yxy0.12130.18020.1686
Hunter Lab3.48280.5473-5.5376
CIE-Lab1.09570.5861-4.8120

#00040f color RGB value is (0,4,15).

#00040f hex color red value is 0, green value is 4 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #00040f hue: 0.62 , saturation: 1.00 and the lightness value of 00040f is 0.03.

The process color (four color CMYK) of #00040f color hex is 1.00, 0.73, 0.00, 0.94. Web safe color of #00040f is #000000. Color #00040f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000100 00001111
Octal 0 4 17
Decimal 0 4 15
Hex 0 4 F

RGB Percentages of Color #00040f

%0.00
%21.05
%78.95

CMYK Percentages of Color #00040f

%100
%73
%0
%94

Triadic Colors of #00040f

#00040f #0f0004 #040f00

Analogous Colors of #00040f

#00040f #03000f #000c0f

Monochromatic Colors of #00040f

#00040f

Complementary Color

#00040f #0f0b00

#00040f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00040f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00040f Color CSS Codes

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

#00040f Text Font Color

<p style="color:#00040f">Text here</p>

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


#00040f Background Color

<div style="background-color:#00040f">
Div content here</div>

This div background color is #00040f


#00040f Border Color

<div style="border:3px solid #00040f">
Div here</div>

This div border color is #00040f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,4,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00040f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00040f;
  -webkit-box-shadow: 1px 1px 3px 2px #00040f;
  box-shadow:         1px 1px 3px 2px #00040f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00040f

#00040f Color Palettes


Comments

No comments written yet.

Please login to write comment.