Color Hex Logo

#074772 Color Hex

#074772
(7,71,114)
0 Favorites   0 Comments

Color spaces of #074772

RGB 771114
HSL0.570.880.24
HSV204°94°45°
CMYK 0.940.380.00   0.55
XYZ5.37815.766616.7492
Yxy5.76660.19280.2067
Hunter Lab24.0137-2.0473-24.5442
CIE-Lab28.8158-1.2163-29.8935

#074772 color RGB value is (7,71,114).

#074772 hex color red value is 7, green value is 71 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #074772 hue: 0.57 , saturation: 0.88 and the lightness value of 074772 is 0.24.

The process color (four color CMYK) of #074772 color hex is 0.94, 0.38, 0.00, 0.55. Web safe color of #074772 is #003366. Color #074772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000111 01110010
Octal 7 107 162
Decimal 7 71 114
Hex 7 47 72

RGB Percentages of Color #074772

%3.65
%36.98
%59.38

CMYK Percentages of Color #074772

%94
%38
%0
%55

Triadic Colors of #074772

#074772 #720747 #477207

Analogous Colors of #074772

#074772 #071172 #077268

Monochromatic Colors of #074772

#074772

Complementary Color

#074772 #723207

#074772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074772 Color CSS Codes

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

#074772 Text Font Color

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

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


#074772 Background Color

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

This div background color is #074772


#074772 Border Color

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

This div border color is #074772


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,71,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 #074772">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074772


Comments

No comments written yet.

Please login to write comment.