Color Hex Logo

#137cec Color Hex

#137CEC
(19,124,236)
0 Favorites   0 Comments

Color spaces of #137cec

RGB 19124236
HSL0.590.850.50
HSV211°92°93°
CMYK 0.920.470.00   0.07
XYZ22.616520.609982.1430
Yxy20.60990.18040.1644
Hunter Lab45.39819.4786-75.5002
CIE-Lab52.519914.4920-63.9302

#137cec color RGB value is (19,124,236).

#137cec hex color red value is 19, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #137cec hue: 0.59 , saturation: 0.85 and the lightness value of 137cec is 0.50.

The process color (four color CMYK) of #137cec color hex is 0.92, 0.47, 0.00, 0.07. Web safe color of #137cec is #0066ff. Color #137cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111100 11101100
Octal 23 174 354
Decimal 19 124 236
Hex 13 7C EC

RGB Percentages of Color #137cec

%5.01
%32.72
%62.27

CMYK Percentages of Color #137cec

%92
%47
%0
%7

Triadic Colors of #137cec

#137cec #ec137c #7cec13

Analogous Colors of #137cec

#137cec #1713ec #13e9ec

Monochromatic Colors of #137cec

#137cec

Complementary Color

#137cec #ec8313

#137cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#137cec Color CSS Codes

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

#137cec Text Font Color

<p style="color:#137cec">Text here</p>

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


#137cec Background Color

<div style="background-color:#137cec">
Div content here</div>

This div background color is #137cec


#137cec Border Color

<div style="border:3px solid #137cec">
Div here</div>

This div border color is #137cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,124,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #137cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #137cec;
  -webkit-box-shadow: 1px 1px 3px 2px #137cec;
  box-shadow:         1px 1px 3px 2px #137cec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137cec


Comments

No comments written yet.

Please login to write comment.