Color Hex Logo

#041427 Color Hex

#041427
(4,20,39)
0 Favorites   0 Comments

Color spaces of #041427

RGB 42039
HSL0.590.810.08
HSV213°90°15°
CMYK 0.900.490.00   0.85
XYZ0.66640.67262.0142
Yxy0.67260.19870.2006
Hunter Lab8.20120.1521-8.8206
CIE-Lab6.07551.1107-14.8333

#041427 color RGB value is (4,20,39).

#041427 hex color red value is 4, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #041427 hue: 0.59 , saturation: 0.81 and the lightness value of 041427 is 0.08.

The process color (four color CMYK) of #041427 color hex is 0.90, 0.49, 0.00, 0.85. Web safe color of #041427 is #000033. Color #041427 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010100 00100111
Octal 4 24 47
Decimal 4 20 39
Hex 4 14 27

RGB Percentages of Color #041427

%6.35
%31.75
%61.90

CMYK Percentages of Color #041427

%90
%49
%0
%85

Triadic Colors of #041427

#041427 #270414 #142704

Analogous Colors of #041427

#041427 #050427 #042627

Monochromatic Colors of #041427

#041427

Complementary Color

#041427 #271704

#041427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041427 Color CSS Codes

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

#041427 Text Font Color

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

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


#041427 Background Color

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

This div background color is #041427


#041427 Border Color

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

This div border color is #041427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041427


Comments

No comments written yet.

Please login to write comment.