Color Hex Logo

#073c94 Color Hex

#073C94
(7,60,148)
0 Favorites   0 Comments

Color spaces of #073c94

RGB 760148
HSL0.600.910.30
HSV217°95°58°
CMYK 0.950.590.00   0.42
XYZ7.04885.415028.6907
Yxy5.41500.17130.1316
Hunter Lab23.270213.3470-56.8119
CIE-Lab27.885820.9062-52.5552

#073c94 color RGB value is (7,60,148).

#073c94 hex color red value is 7, green value is 60 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #073c94 hue: 0.60 , saturation: 0.91 and the lightness value of 073c94 is 0.30.

The process color (four color CMYK) of #073c94 color hex is 0.95, 0.59, 0.00, 0.42. Web safe color of #073c94 is #003399. Color #073c94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 10010100
Octal 7 74 224
Decimal 7 60 148
Hex 7 3C 94

RGB Percentages of Color #073c94

%3.26
%27.91
%68.84

CMYK Percentages of Color #073c94

%95
%59
%0
%42

Triadic Colors of #073c94

#073c94 #94073c #3c9407

Analogous Colors of #073c94

#073c94 #190794 #078394

Monochromatic Colors of #073c94

#073c94

Complementary Color

#073c94 #945f07

#073c94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073c94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073c94 Color CSS Codes

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

#073c94 Text Font Color

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

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


#073c94 Background Color

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

This div background color is #073c94


#073c94 Border Color

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

This div border color is #073c94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073c94


Comments

No comments written yet.

Please login to write comment.