Color Hex Logo

#157388 Color Hex

#157388
(21,115,136)
0 Favorites   0 Comments

Color spaces of #157388

RGB 21115136
HSL0.530.730.31
HSV191°85°53°
CMYK 0.850.150.00   0.47
XYZ10.883914.198525.4595
Yxy14.19850.21530.2809
Hunter Lab37.6809-14.3829-13.6833
CIE-Lab44.5163-18.0441-18.8756

#157388 color RGB value is (21,115,136).

#157388 hex color red value is 21, green value is 115 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #157388 hue: 0.53 , saturation: 0.73 and the lightness value of 157388 is 0.31.

The process color (four color CMYK) of #157388 color hex is 0.85, 0.15, 0.00, 0.47. Web safe color of #157388 is #006699. Color #157388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110011 10001000
Octal 25 163 210
Decimal 21 115 136
Hex 15 73 88

RGB Percentages of Color #157388

%7.72
%42.28
%50.00

CMYK Percentages of Color #157388

%85
%15
%0
%47

Triadic Colors of #157388

#157388 #881573 #738815

Analogous Colors of #157388

#157388 #153a88 #158864

Monochromatic Colors of #157388

#157388

Complementary Color

#157388 #882a15

#157388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157388 Color CSS Codes

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

#157388 Text Font Color

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

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


#157388 Background Color

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

This div background color is #157388


#157388 Border Color

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

This div border color is #157388


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,115,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157388


Comments

No comments written yet.

Please login to write comment.