Color Hex Logo

#137fda Color Hex

#137FDA
(19,127,218)
0 Favorites   0 Comments

Color spaces of #137fda

RGB 19127218
HSL0.580.840.46
HSV207°91°85°
CMYK 0.910.420.00   0.15
XYZ20.512820.379169.1821
Yxy20.37910.18640.1851
Hunter Lab45.14322.1087-59.2618
CIE-Lab52.26315.6777-54.2440

#137fda color RGB value is (19,127,218).

#137fda hex color red value is 19, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #137fda hue: 0.58 , saturation: 0.84 and the lightness value of 137fda is 0.46.

The process color (four color CMYK) of #137fda color hex is 0.91, 0.42, 0.00, 0.15. Web safe color of #137fda is #0066cc. Color #137fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111111 11011010
Octal 23 177 332
Decimal 19 127 218
Hex 13 7F DA

RGB Percentages of Color #137fda

%5.22
%34.89
%59.89

CMYK Percentages of Color #137fda

%91
%42
%0
%15

Triadic Colors of #137fda

#137fda #da137f #7fda13

Analogous Colors of #137fda

#137fda #131cda #13dad2

Monochromatic Colors of #137fda

#137fda

Complementary Color

#137fda #da6e13

#137fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#137fda Color CSS Codes

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

#137fda Text Font Color

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

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


#137fda Background Color

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

This div background color is #137fda


#137fda Border Color

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

This div border color is #137fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137fda


Comments

No comments written yet.

Please login to write comment.