Color Hex Logo

#042008 Color Hex

#042008
(4,32,8)
0 Favorites   0 Comments

Color spaces of #042008

RGB 4328
HSL0.360.780.07
HSV129°88°13°
CMYK 0.880.000.75   0.87
XYZ0.61041.07640.4053
Yxy1.07640.29180.5145
Hunter Lab10.3750-7.65434.9463
CIE-Lab9.6123-16.428110.7758

#042008 color RGB value is (4,32,8).

#042008 hex color red value is 4, green value is 32 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #042008 hue: 0.36 , saturation: 0.78 and the lightness value of 042008 is 0.07.

The process color (four color CMYK) of #042008 color hex is 0.88, 0.00, 0.75, 0.87. Web safe color of #042008 is #003300. Color #042008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100000 00001000
Octal 4 40 10
Decimal 4 32 8
Hex 4 20 8

RGB Percentages of Color #042008

%9.09
%72.73
%18.18

CMYK Percentages of Color #042008

%88
%0
%75
%87

Triadic Colors of #042008

#042008 #080420 #200804

Analogous Colors of #042008

#042008 #042016 #0e2004

Monochromatic Colors of #042008

#042008

Complementary Color

#042008 #20041c

#042008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042008 Color CSS Codes

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

#042008 Text Font Color

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

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


#042008 Background Color

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

This div background color is #042008


#042008 Border Color

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

This div border color is #042008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042008


Comments

No comments written yet.

Please login to write comment.