Color Hex Logo

#137ffd Color Hex

#137FFD
(19,127,253)
0 Favorites   0 Comments

Color spaces of #137ffd

RGB 19127253
HSL0.590.980.53
HSV212°92°99°
CMYK 0.920.500.00   0.01
XYZ25.587622.409095.9053
Yxy22.40900.17780.1557
Hunter Lab47.338113.6425-86.9826
CIE-Lab54.458319.1501-70.2358

#137ffd color RGB value is (19,127,253).

#137ffd hex color red value is 19, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #137ffd hue: 0.59 , saturation: 0.98 and the lightness value of 137ffd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111111 11111101
Octal 23 177 375
Decimal 19 127 253
Hex 13 7F FD

RGB Percentages of Color #137ffd

%4.76
%31.83
%63.41

CMYK Percentages of Color #137ffd

%92
%50
%0
%1

Triadic Colors of #137ffd

#137ffd #fd137f #7ffd13

Analogous Colors of #137ffd

#137ffd #1c13fd #13f4fd

Monochromatic Colors of #137ffd

#137ffd

Complementary Color

#137ffd #fd9113

#137ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#137ffd Color CSS Codes

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

#137ffd Text Font Color

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

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


#137ffd Background Color

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

This div background color is #137ffd


#137ffd Border Color

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

This div border color is #137ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137ffd


Comments

No comments written yet.

Please login to write comment.