Color Hex Logo

#157cc5 Color Hex

#157CC5
(21,124,197)
0 Favorites   0 Comments

Color spaces of #157cc5

RGB 21124197
HSL0.570.810.43
HSV205°89°77°
CMYK 0.890.370.00   0.23
XYZ17.595018.606055.4873
Yxy18.60600.19190.2029
Hunter Lab43.1347-2.6740-46.0748
CIE-Lab50.2230-0.4821-45.5725

#157cc5 color RGB value is (21,124,197).

#157cc5 hex color red value is 21, green value is 124 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #157cc5 hue: 0.57 , saturation: 0.81 and the lightness value of 157cc5 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111100 11000101
Octal 25 174 305
Decimal 21 124 197
Hex 15 7C C5

RGB Percentages of Color #157cc5

%6.14
%36.26
%57.60

CMYK Percentages of Color #157cc5

%89
%37
%0
%23

Triadic Colors of #157cc5

#157cc5 #c5157c #7cc515

Analogous Colors of #157cc5

#157cc5 #1524c5 #15c5b6

Monochromatic Colors of #157cc5

#157cc5

Complementary Color

#157cc5 #c55e15

#157cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157cc5 Color CSS Codes

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

#157cc5 Text Font Color

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

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


#157cc5 Background Color

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

This div background color is #157cc5


#157cc5 Border Color

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

This div border color is #157cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157cc5


Comments

No comments written yet.

Please login to write comment.