Color Hex Logo

#040787 Color Hex

#040787
(4,7,135)
0 Favorites   0 Comments

Color spaces of #040787

RGB 47135
HSL0.660.940.27
HSV239°97°53°
CMYK 0.970.950.00   0.47
XYZ4.49921.927023.0565
Yxy1.92700.15260.0654
Hunter Lab13.881633.5610-88.7597
CIE-Lab15.099446.8219-65.5890

#040787 color RGB value is (4,7,135).

#040787 hex color red value is 4, green value is 7 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #040787 hue: 0.66 , saturation: 0.94 and the lightness value of 040787 is 0.27.

The process color (four color CMYK) of #040787 color hex is 0.97, 0.95, 0.00, 0.47. Web safe color of #040787 is #000099. Color #040787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000111 10000111
Octal 4 7 207
Decimal 4 7 135
Hex 4 7 87

RGB Percentages of Color #040787

%2.74
%4.79
%92.47

CMYK Percentages of Color #040787

%97
%95
%0
%47

Triadic Colors of #040787

#040787 #870407 #078704

Analogous Colors of #040787

#040787 #430487 #044887

Monochromatic Colors of #040787

#040787

Complementary Color

#040787 #878404

#040787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040787 Color CSS Codes

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

#040787 Text Font Color

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

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


#040787 Background Color

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

This div background color is #040787


#040787 Border Color

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

This div border color is #040787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040787


Comments

No comments written yet.

Please login to write comment.