Color Hex Logo

#157dcf Color Hex

#157DCF
(21,125,207)
0 Favorites   0 Comments

Color spaces of #157dcf

RGB 21125207
HSL0.570.820.45
HSV206°90°81°
CMYK 0.900.400.00   0.19
XYZ18.905419.331761.7664
Yxy19.33170.18900.1933
Hunter Lab43.9678-0.1918-52.5136
CIE-Lab51.07302.7596-49.9188

#157dcf color RGB value is (21,125,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111101 11001111
Octal 25 175 317
Decimal 21 125 207
Hex 15 7D CF

RGB Percentages of Color #157dcf

%5.95
%35.41
%58.64

CMYK Percentages of Color #157dcf

%90
%40
%0
%19

Triadic Colors of #157dcf

#157dcf #cf157d #7dcf15

Analogous Colors of #157dcf

#157dcf #1520cf #15cfc4

Monochromatic Colors of #157dcf

#157dcf

Complementary Color

#157dcf #cf6715

#157dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#157dcf Color CSS Codes

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

#157dcf Text Font Color

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

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


#157dcf Background Color

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

This div background color is #157dcf


#157dcf Border Color

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

This div border color is #157dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,125,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 #157dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157dcf


Comments

No comments written yet.

Please login to write comment.