Color Hex Logo

#040772 Color Hex

#040772
(4,7,114)
0 Favorites   0 Comments

Color spaces of #040772

RGB 47114
HSL0.660.930.23
HSV238°96°45°
CMYK 0.960.940.00   0.55
XYZ3.16331.392716.0217
Yxy1.39270.15370.0677
Hunter Lab11.801327.1942-72.2327
CIE-Lab11.909040.5340-57.4687

#040772 color RGB value is (4,7,114).

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

The process color (four color CMYK) of #040772 color hex is 0.96, 0.94, 0.00, 0.55. Web safe color of #040772 is #000066. Color #040772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000111 01110010
Octal 4 7 162
Decimal 4 7 114
Hex 4 7 72

RGB Percentages of Color #040772

%3.20
%5.60
%91.20

CMYK Percentages of Color #040772

%96
%94
%0
%55

Triadic Colors of #040772

#040772 #720407 #077204

Analogous Colors of #040772

#040772 #380472 #043e72

Monochromatic Colors of #040772

#040772

Complementary Color

#040772 #726f04

#040772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040772 Color CSS Codes

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

#040772 Text Font Color

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

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


#040772 Background Color

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

This div background color is #040772


#040772 Border Color

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

This div border color is #040772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040772


Comments

No comments written yet.

Please login to write comment.