Color Hex Logo

#04082a Color Hex

#04082A
(4,8,42)
0 Favorites   0 Comments

Color spaces of #04082a

RGB 4842
HSL0.650.830.09
HSV234°90°16°
CMYK 0.900.810.00   0.84
XYZ0.55480.36662.2320
Yxy0.36660.17590.1163
Hunter Lab6.05485.7602-17.6181
CIE-Lab3.31158.4532-21.4406

#04082a color RGB value is (4,8,42).

#04082a hex color red value is 4, green value is 8 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #04082a hue: 0.65 , saturation: 0.83 and the lightness value of 04082a is 0.09.

The process color (four color CMYK) of #04082a color hex is 0.90, 0.81, 0.00, 0.84. Web safe color of #04082a is #000033. Color #04082a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001000 00101010
Octal 4 10 52
Decimal 4 8 42
Hex 4 8 2A

RGB Percentages of Color #04082a

%7.41
%14.81
%77.78

CMYK Percentages of Color #04082a

%90
%81
%0
%84

Triadic Colors of #04082a

#04082a #2a0408 #082a04

Analogous Colors of #04082a

#04082a #13042a #041b2a

Monochromatic Colors of #04082a

#04082a

Complementary Color

#04082a #2a2604

#04082a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04082a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04082a Color CSS Codes

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

#04082a Text Font Color

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

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


#04082a Background Color

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

This div background color is #04082a


#04082a Border Color

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

This div border color is #04082a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04082a


Comments

No comments written yet.

Please login to write comment.