Color Hex Logo

#077197 Color Hex

#077197
(7,113,151)
0 Favorites   0 Comments

Color spaces of #077197

RGB 7113151
HSL0.540.910.31
HSV196°95°59°
CMYK 0.950.250.00   0.41
XYZ11.578714.089831.3875
Yxy14.08980.20290.2469
Hunter Lab37.5364-10.6275-23.3022
CIE-Lab44.3614-12.3163-28.0466

#077197 color RGB value is (7,113,151).

#077197 hex color red value is 7, green value is 113 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #077197 hue: 0.54 , saturation: 0.91 and the lightness value of 077197 is 0.31.

The process color (four color CMYK) of #077197 color hex is 0.95, 0.25, 0.00, 0.41. Web safe color of #077197 is #006699. Color #077197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110001 10010111
Octal 7 161 227
Decimal 7 113 151
Hex 7 71 97

RGB Percentages of Color #077197

%2.58
%41.70
%55.72

CMYK Percentages of Color #077197

%95
%25
%0
%41

Triadic Colors of #077197

#077197 #970771 #719707

Analogous Colors of #077197

#077197 #072997 #079775

Monochromatic Colors of #077197

#077197

Complementary Color

#077197 #972d07

#077197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077197 Color CSS Codes

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

#077197 Text Font Color

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

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


#077197 Background Color

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

This div background color is #077197


#077197 Border Color

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

This div border color is #077197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077197


Comments

No comments written yet.

Please login to write comment.