Color Hex Logo

#073e91 Color Hex

#073E91
(7,62,145)
0 Favorites   0 Comments

Color spaces of #073e91

RGB 762145
HSL0.600.910.30
HSV216°95°57°
CMYK 0.950.570.00   0.43
XYZ6.92115.534827.4916
Yxy5.53480.17330.1386
Hunter Lab23.526211.3417-52.8153
CIE-Lab28.207118.2450-50.1895

#073e91 color RGB value is (7,62,145).

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

The process color (four color CMYK) of #073e91 color hex is 0.95, 0.57, 0.00, 0.43. Web safe color of #073e91 is #003399. Color #073e91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111110 10010001
Octal 7 76 221
Decimal 7 62 145
Hex 7 3E 91

RGB Percentages of Color #073e91

%3.27
%28.97
%67.76

CMYK Percentages of Color #073e91

%95
%57
%0
%43

Triadic Colors of #073e91

#073e91 #91073e #3e9107

Analogous Colors of #073e91

#073e91 #150791 #078391

Monochromatic Colors of #073e91

#073e91

Complementary Color

#073e91 #915a07

#073e91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073e91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073e91 Color CSS Codes

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

#073e91 Text Font Color

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

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


#073e91 Background Color

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

This div background color is #073e91


#073e91 Border Color

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

This div border color is #073e91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073e91


Comments

No comments written yet.

Please login to write comment.