Color Hex Logo

#137cea Color Hex

#137CEA
(19,124,234)
0 Favorites   0 Comments

Color spaces of #137cea

RGB 19124234
HSL0.590.850.50
HSV211°92°92°
CMYK 0.920.470.00   0.08
XYZ22.327520.494380.6209
Yxy20.49430.18090.1660
Hunter Lab45.27068.8127-73.8981
CIE-Lab52.391513.7198-63.0199

#137cea color RGB value is (19,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111100 11101010
Octal 23 174 352
Decimal 19 124 234
Hex 13 7C EA

RGB Percentages of Color #137cea

%5.04
%32.89
%62.07

CMYK Percentages of Color #137cea

%92
%47
%0
%8

Triadic Colors of #137cea

#137cea #ea137c #7cea13

Analogous Colors of #137cea

#137cea #1613ea #13e8ea

Monochromatic Colors of #137cea

#137cea

Complementary Color

#137cea #ea8113

#137cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#137cea Color CSS Codes

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

#137cea Text Font Color

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

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


#137cea Background Color

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

This div background color is #137cea


#137cea Border Color

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

This div border color is #137cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137cea


Comments

No comments written yet.

Please login to write comment.