Color Hex Logo

#157887 Color Hex

#157887
(21,120,135)
0 Favorites   0 Comments

Color spaces of #157887

RGB 21120135
HSL0.520.730.31
HSV188°84°53°
CMYK 0.840.110.00   0.47
XYZ11.398915.341625.2821
Yxy15.34160.21910.2949
Hunter Lab39.1684-16.5970-10.8522
CIE-Lab46.0986-21.0936-15.8606

#157887 color RGB value is (21,120,135).

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

The process color (four color CMYK) of #157887 color hex is 0.84, 0.11, 0.00, 0.47. Web safe color of #157887 is #006699. Color #157887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111000 10000111
Octal 25 170 207
Decimal 21 120 135
Hex 15 78 87

RGB Percentages of Color #157887

%7.61
%43.48
%48.91

CMYK Percentages of Color #157887

%84
%11
%0
%47

Triadic Colors of #157887

#157887 #871578 #788715

Analogous Colors of #157887

#157887 #153f87 #15875d

Monochromatic Colors of #157887

#157887

Complementary Color

#157887 #872415

#157887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157887 Color CSS Codes

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

#157887 Text Font Color

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

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


#157887 Background Color

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

This div background color is #157887


#157887 Border Color

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

This div border color is #157887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157887


Comments

No comments written yet.

Please login to write comment.