Color Hex Logo

#073974 Color Hex

#073974
(7,57,116)
0 Favorites   0 Comments

Color spaces of #073974

RGB 757116
HSL0.590.890.24
HSV212°94°45°
CMYK 0.940.510.00   0.55
XYZ4.70314.232417.0920
Yxy4.23240.18070.1626
Hunter Lab20.57284.8041-34.8575
CIE-Lab24.42539.3159-38.1894

#073974 color RGB value is (7,57,116).

#073974 hex color red value is 7, green value is 57 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #073974 hue: 0.59 , saturation: 0.89 and the lightness value of 073974 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 01110100
Octal 7 71 164
Decimal 7 57 116
Hex 7 39 74

RGB Percentages of Color #073974

%3.89
%31.67
%64.44

CMYK Percentages of Color #073974

%94
%51
%0
%55

Triadic Colors of #073974

#073974 #740739 #397407

Analogous Colors of #073974

#073974 #0c0774 #077074

Monochromatic Colors of #073974

#073974

Complementary Color

#073974 #744207

#073974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073974 Color CSS Codes

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

#073974 Text Font Color

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

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


#073974 Background Color

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

This div background color is #073974


#073974 Border Color

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

This div border color is #073974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073974


Comments

No comments written yet.

Please login to write comment.