Color Hex Logo

#040312 Color Hex

#040312
(4,3,18)
0 Favorites   0 Comments

Color spaces of #040312

RGB 4318
HSL0.680.710.04
HSV244°83°
CMYK 0.780.830.00   0.93
XYZ0.19180.13460.5881
Yxy0.13460.20970.1472
Hunter Lab3.66882.9114-6.9359
CIE-Lab1.21582.6162-6.3156

#040312 color RGB value is (4,3,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000011 00010010
Octal 4 3 22
Decimal 4 3 18
Hex 4 3 12

RGB Percentages of Color #040312

%16.00
%12.00
%72.00

CMYK Percentages of Color #040312

%78
%83
%0
%93

Triadic Colors of #040312

#040312 #120403 #031204

Analogous Colors of #040312

#040312 #0c0312 #030a12

Monochromatic Colors of #040312

#040312

Complementary Color

#040312 #111203

#040312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040312 Color CSS Codes

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

#040312 Text Font Color

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

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


#040312 Background Color

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

This div background color is #040312


#040312 Border Color

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

This div border color is #040312


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,3,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 #040312">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040312


Comments

No comments written yet.

Please login to write comment.