Color Hex Logo

#04007f Color Hex

#04007F
(4,0,127)
0 Favorites   0 Comments

Color spaces of #04007f

RGB 40127
HSL0.671.000.25
HSV242°100°50°
CMYK 0.971.000.00   0.50
XYZ3.88081.558120.1749
Yxy1.55810.15150.0608
Hunter Lab12.482433.6518-87.0909
CIE-Lab12.972847.2901-64.0668

#04007f color RGB value is (4,0,127).

#04007f hex color red value is 4, green value is 0 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #04007f hue: 0.67 , saturation: 1.00 and the lightness value of 04007f is 0.25.

The process color (four color CMYK) of #04007f color hex is 0.97, 1.00, 0.00, 0.50. Web safe color of #04007f is #000066. Color #04007f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000000 01111111
Octal 4 0 177
Decimal 4 0 127
Hex 4 0 7F

RGB Percentages of Color #04007f

%3.05
%0.00
%96.95

CMYK Percentages of Color #04007f

%97
%100
%0
%50

Triadic Colors of #04007f

#04007f #7f0400 #007f04

Analogous Colors of #04007f

#04007f #44007f #003c7f

Monochromatic Colors of #04007f

#04007f

Complementary Color

#04007f #7b7f00

#04007f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04007f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04007f Color CSS Codes

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

#04007f Text Font Color

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

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


#04007f Background Color

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

This div background color is #04007f


#04007f Border Color

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

This div border color is #04007f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04007f


Comments

No comments written yet.

Please login to write comment.