Color Hex Logo

#157ad0 Color Hex

#157AD0
(21,122,208)
0 Favorites   0 Comments

Color spaces of #157ad0

RGB 21122208
HSL0.580.820.45
HSV208°90°82°
CMYK 0.900.410.00   0.18
XYZ18.654018.632662.2878
Yxy18.63260.18730.1871
Hunter Lab43.16551.5993-55.3396
CIE-Lab50.25464.9880-51.7946

#157ad0 color RGB value is (21,122,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111010 11010000
Octal 25 172 320
Decimal 21 122 208
Hex 15 7A D0

RGB Percentages of Color #157ad0

%5.98
%34.76
%59.26

CMYK Percentages of Color #157ad0

%90
%41
%0
%18

Triadic Colors of #157ad0

#157ad0 #d0157a #7ad015

Analogous Colors of #157ad0

#157ad0 #151dd0 #15d0c9

Monochromatic Colors of #157ad0

#157ad0

Complementary Color

#157ad0 #d06b15

#157ad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157ad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157ad0 Color CSS Codes

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

#157ad0 Text Font Color

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

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


#157ad0 Background Color

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

This div background color is #157ad0


#157ad0 Border Color

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

This div border color is #157ad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157ad0


Comments

No comments written yet.

Please login to write comment.