Color Hex Logo

#040124 Color Hex

#040124
(4,1,36)
0 Favorites   0 Comments

Color spaces of #040124

RGB 4136
HSL0.680.950.07
HSV245°97°14°
CMYK 0.890.970.00   0.86
XYZ0.37940.17491.6828
Yxy0.17490.16960.0782
Hunter Lab4.18218.8748-20.9297
CIE-Lab1.57998.7320-19.5080

#040124 color RGB value is (4,1,36).

#040124 hex color red value is 4, green value is 1 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #040124 hue: 0.68 , saturation: 0.95 and the lightness value of 040124 is 0.07.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000001 00100100
Octal 4 1 44
Decimal 4 1 36
Hex 4 1 24

RGB Percentages of Color #040124

%9.76
%2.44
%87.80

CMYK Percentages of Color #040124

%89
%97
%0
%86

Triadic Colors of #040124

#040124 #240401 #012404

Analogous Colors of #040124

#040124 #160124 #011024

Monochromatic Colors of #040124

#040124

Complementary Color

#040124 #212401

#040124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040124 Color CSS Codes

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

#040124 Text Font Color

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

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


#040124 Background Color

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

This div background color is #040124


#040124 Border Color

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

This div border color is #040124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040124


Comments

No comments written yet.

Please login to write comment.