Color Hex Logo

#157bcf Color Hex

#157BCF
(21,123,207)
0 Favorites   0 Comments

Color spaces of #157bcf

RGB 21123207
HSL0.580.820.45
HSV207°90°81°
CMYK 0.900.410.00   0.19
XYZ18.654718.830361.6829
Yxy18.83030.18810.1899
Hunter Lab43.39390.7965-53.9029
CIE-Lab50.48813.9852-50.8528

#157bcf color RGB value is (21,123,207).

#157bcf hex color red value is 21, green value is 123 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #157bcf hue: 0.58 , saturation: 0.82 and the lightness value of 157bcf is 0.45.

The process color (four color CMYK) of #157bcf color hex is 0.90, 0.41, 0.00, 0.19. Web safe color of #157bcf is #0066cc. Color #157bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111011 11001111
Octal 25 173 317
Decimal 21 123 207
Hex 15 7B CF

RGB Percentages of Color #157bcf

%5.98
%35.04
%58.97

CMYK Percentages of Color #157bcf

%90
%41
%0
%19

Triadic Colors of #157bcf

#157bcf #cf157b #7bcf15

Analogous Colors of #157bcf

#157bcf #151ecf #15cfc6

Monochromatic Colors of #157bcf

#157bcf

Complementary Color

#157bcf #cf6915

#157bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#157bcf Color CSS Codes

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

#157bcf Text Font Color

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

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


#157bcf Background Color

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

This div background color is #157bcf


#157bcf Border Color

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

This div border color is #157bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157bcf


Comments

No comments written yet.

Please login to write comment.