Color Hex Logo

#137dde Color Hex

#137DDE
(19,125,222)
0 Favorites   0 Comments

Color spaces of #137dde

RGB 19125222
HSL0.580.840.47
HSV209°91°87°
CMYK 0.910.440.00   0.13
XYZ20.787020.079671.8874
Yxy20.07960.18440.1781
Hunter Lab44.81034.3863-63.7495
CIE-Lab51.92718.4567-57.0360

#137dde color RGB value is (19,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111101 11011110
Octal 23 175 336
Decimal 19 125 222
Hex 13 7D DE

RGB Percentages of Color #137dde

%5.19
%34.15
%60.66

CMYK Percentages of Color #137dde

%91
%44
%0
%13

Triadic Colors of #137dde

#137dde #de137d #7dde13

Analogous Colors of #137dde

#137dde #1318de #13deda

Monochromatic Colors of #137dde

#137dde

Complementary Color

#137dde #de7413

#137dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#137dde Color CSS Codes

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

#137dde Text Font Color

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

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


#137dde Background Color

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

This div background color is #137dde


#137dde Border Color

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

This div border color is #137dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137dde


Comments

No comments written yet.

Please login to write comment.