Color Hex Logo

#073a77 Color Hex

#073A77
(7,58,119)
0 Favorites   0 Comments

Color spaces of #073a77

RGB 758119
HSL0.590.890.25
HSV213°94°47°
CMYK 0.940.510.00   0.53
XYZ4.93054.403218.0428
Yxy4.40320.18010.1608
Hunter Lab20.98385.2199-36.2915
CIE-Lab24.96209.9149-39.2288

#073a77 color RGB value is (7,58,119).

#073a77 hex color red value is 7, green value is 58 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #073a77 hue: 0.59 , saturation: 0.89 and the lightness value of 073a77 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 01110111
Octal 7 72 167
Decimal 7 58 119
Hex 7 3A 77

RGB Percentages of Color #073a77

%3.80
%31.52
%64.67

CMYK Percentages of Color #073a77

%94
%51
%0
%53

Triadic Colors of #073a77

#073a77 #77073a #3a7707

Analogous Colors of #073a77

#073a77 #0c0777 #077277

Monochromatic Colors of #073a77

#073a77

Complementary Color

#073a77 #774407

#073a77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073a77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073a77 Color CSS Codes

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

#073a77 Text Font Color

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

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


#073a77 Background Color

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

This div background color is #073a77


#073a77 Border Color

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

This div border color is #073a77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073a77


Comments

No comments written yet.

Please login to write comment.