Color Hex Logo

#157dbb Color Hex

#157DBB
(21,125,187)
0 Favorites   0 Comments

Color spaces of #157dbb

RGB 21125187
HSL0.560.800.41
HSV202°89°73°
CMYK 0.890.330.00   0.27
XYZ16.612518.414549.6925
Yxy18.41450.19610.2174
Hunter Lab42.9121-5.9938-38.6197
CIE-Lab49.9950-4.9054-40.1987

#157dbb color RGB value is (21,125,187).

#157dbb hex color red value is 21, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #157dbb hue: 0.56 , saturation: 0.80 and the lightness value of 157dbb is 0.41.

The process color (four color CMYK) of #157dbb color hex is 0.89, 0.33, 0.00, 0.27. Web safe color of #157dbb is #0066cc. Color #157dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111101 10111011
Octal 25 175 273
Decimal 21 125 187
Hex 15 7D BB

RGB Percentages of Color #157dbb

%6.31
%37.54
%56.16

CMYK Percentages of Color #157dbb

%89
%33
%0
%27

Triadic Colors of #157dbb

#157dbb #bb157d #7dbb15

Analogous Colors of #157dbb

#157dbb #152abb #15bba6

Monochromatic Colors of #157dbb

#157dbb

Complementary Color

#157dbb #bb5315

#157dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#157dbb Color CSS Codes

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

#157dbb Text Font Color

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

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


#157dbb Background Color

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

This div background color is #157dbb


#157dbb Border Color

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

This div border color is #157dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,125,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #157dbb;
  box-shadow:         1px 1px 3px 2px #157dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157dbb


Comments

No comments written yet.

Please login to write comment.