Color Hex Logo

#042042 Color Hex

#042042
(4,32,66)
0 Favorites   1 Comments

Color spaces of #042042

RGB 43266
HSL0.590.890.14
HSV213°94°26°
CMYK 0.940.520.00   0.74
XYZ1.55001.45225.3529
Yxy1.45220.18550.1738
Hunter Lab12.05071.8704-17.9009
CIE-Lab12.30094.8081-24.4720

#042042 color RGB value is (4,32,66).

#042042 hex color red value is 4, green value is 32 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #042042 hue: 0.59 , saturation: 0.89 and the lightness value of 042042 is 0.14.

The process color (four color CMYK) of #042042 color hex is 0.94, 0.52, 0.00, 0.74. Web safe color of #042042 is #003333. Color #042042 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100000 01000010
Octal 4 40 102
Decimal 4 32 66
Hex 4 20 42

RGB Percentages of Color #042042

%3.92
%31.37
%64.71

CMYK Percentages of Color #042042

%94
%52
%0
%74

Triadic Colors of #042042

#042042 #420420 #204204

Analogous Colors of #042042

#042042 #070442 #043f42

Monochromatic Colors of #042042

#042042

Complementary Color

#042042 #422604

#042042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042042 Color CSS Codes

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

#042042 Text Font Color

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

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


#042042 Background Color

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

This div background color is #042042


#042042 Border Color

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

This div border color is #042042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042042


Comments

26 Mar 2021, 11:53 Bit125

Blaze-It Blue

Please login to write comment.