Color Hex Logo

#157077 Color Hex

#157077
(21,112,119)
0 Favorites   0 Comments

Color spaces of #157077

RGB 21112119
HSL0.510.700.27
HSV184°82°47°
CMYK 0.820.060.00   0.53
XYZ9.433213.079719.4802
Yxy13.07970.22460.3115
Hunter Lab36.1659-16.7318-6.6196
CIE-Lab42.8831-22.3104-11.1732

#157077 color RGB value is (21,112,119).

#157077 hex color red value is 21, green value is 112 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #157077 hue: 0.51 , saturation: 0.70 and the lightness value of 157077 is 0.27.

The process color (four color CMYK) of #157077 color hex is 0.82, 0.06, 0.00, 0.53. Web safe color of #157077 is #006666. Color #157077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110000 01110111
Octal 25 160 167
Decimal 21 112 119
Hex 15 70 77

RGB Percentages of Color #157077

%8.33
%44.44
%47.22

CMYK Percentages of Color #157077

%82
%6
%0
%53

Triadic Colors of #157077

#157077 #771570 #707715

Analogous Colors of #157077

#157077 #153f77 #15774d

Monochromatic Colors of #157077

#157077

Complementary Color

#157077 #771c15

#157077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157077 Color CSS Codes

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

#157077 Text Font Color

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

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


#157077 Background Color

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

This div background color is #157077


#157077 Border Color

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

This div border color is #157077


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,112,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157077; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157077;
  -webkit-box-shadow: 1px 1px 3px 2px #157077;
  box-shadow:         1px 1px 3px 2px #157077; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,112,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 #157077">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157077


Comments

No comments written yet.

Please login to write comment.