Color Hex Logo

#040712 Color Hex

#040712
(4,7,18)
0 Favorites   0 Comments

Color spaces of #040712

RGB 4718
HSL0.630.640.04
HSV227°78°
CMYK 0.780.610.00   0.93
XYZ0.23520.22140.6026
Yxy0.22140.22210.2090
Hunter Lab4.70530.6882-4.2994
CIE-Lab1.99991.0145-5.1712

#040712 color RGB value is (4,7,18).

#040712 hex color red value is 4, green value is 7 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #040712 hue: 0.63 , saturation: 0.64 and the lightness value of 040712 is 0.04.

The process color (four color CMYK) of #040712 color hex is 0.78, 0.61, 0.00, 0.93. Web safe color of #040712 is #000000. Color #040712 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000111 00010010
Octal 4 7 22
Decimal 4 7 18
Hex 4 7 12

RGB Percentages of Color #040712

%13.79
%24.14
%62.07

CMYK Percentages of Color #040712

%78
%61
%0
%93

Triadic Colors of #040712

#040712 #120407 #071204

Analogous Colors of #040712

#040712 #080412 #040e12

Monochromatic Colors of #040712

#040712

Complementary Color

#040712 #120f04

#040712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040712 Color CSS Codes

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

#040712 Text Font Color

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

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


#040712 Background Color

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

This div background color is #040712


#040712 Border Color

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

This div border color is #040712


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,7,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #040712; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #040712;
  -webkit-box-shadow: 1px 1px 3px 2px #040712;
  box-shadow:         1px 1px 3px 2px #040712; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040712


Comments

No comments written yet.

Please login to write comment.