Color Hex Logo

#04004e Color Hex

#04004E
(4,0,78)
0 Favorites   0 Comments

Color spaces of #04004e

RGB 4078
HSL0.681.000.15
HSV243°100°31°
CMYK 0.951.000.00   0.69
XYZ1.42520.57597.2438
Yxy0.57590.15420.0623
Hunter Lab7.588820.2424-51.2824
CIE-Lab5.202131.9079-44.4846

#04004e color RGB value is (4,0,78).

#04004e hex color red value is 4, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #04004e hue: 0.68 , saturation: 1.00 and the lightness value of 04004e is 0.15.

The process color (four color CMYK) of #04004e color hex is 0.95, 1.00, 0.00, 0.69. Web safe color of #04004e is #000066. Color #04004e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000000 01001110
Octal 4 0 116
Decimal 4 0 78
Hex 4 0 4E

RGB Percentages of Color #04004e

%4.88
%0.00
%95.12

CMYK Percentages of Color #04004e

%95
%100
%0
%69

Triadic Colors of #04004e

#04004e #4e0400 #004e04

Analogous Colors of #04004e

#04004e #2b004e #00234e

Monochromatic Colors of #04004e

#04004e

Complementary Color

#04004e #4a4e00

#04004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04004e Color CSS Codes

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

#04004e Text Font Color

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

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


#04004e Background Color

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

This div background color is #04004e


#04004e Border Color

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

This div border color is #04004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04004e


Comments

No comments written yet.

Please login to write comment.