Color Hex Logo

#157abf Color Hex

#157ABF
(21,122,191)
0 Favorites   0 Comments

Color spaces of #157abf

RGB 21122191
HSL0.570.800.42
HSV204°89°75°
CMYK 0.890.360.00   0.25
XYZ16.672817.840151.8549
Yxy17.84010.19300.2066
Hunter Lab42.2375-3.4548-43.2239
CIE-Lab49.3016-1.5785-43.5963

#157abf color RGB value is (21,122,191).

#157abf hex color red value is 21, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #157abf hue: 0.57 , saturation: 0.80 and the lightness value of 157abf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 10111111
Octal 25 172 277
Decimal 21 122 191
Hex 15 7A BF

RGB Percentages of Color #157abf

%6.29
%36.53
%57.19

CMYK Percentages of Color #157abf

%89
%36
%0
%25

Triadic Colors of #157abf

#157abf #bf157a #7abf15

Analogous Colors of #157abf

#157abf #1525bf #15bfaf

Monochromatic Colors of #157abf

#157abf

Complementary Color

#157abf #bf5a15

#157abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#157abf Color CSS Codes

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

#157abf Text Font Color

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

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


#157abf Background Color

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

This div background color is #157abf


#157abf Border Color

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

This div border color is #157abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157abf


Comments

No comments written yet.

Please login to write comment.