Color Hex Logo

#137fff Color Hex

#137FFF
(19,127,255)
0 Favorites   0 Comments

Color spaces of #137fff

RGB 19127255
HSL0.591.000.54
HSV213°93°100°
CMYK 0.930.500.00   0.00
XYZ25.907922.537297.5924
Yxy22.53720.17740.1543
Hunter Lab47.473414.3354-88.6529
CIE-Lab54.592419.9136-71.1222

#137fff color RGB value is (19,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111111 11111111
Octal 23 177 377
Decimal 19 127 255
Hex 13 7F FF

RGB Percentages of Color #137fff

%4.74
%31.67
%63.59

CMYK Percentages of Color #137fff

%93
%50
%0
%0

Triadic Colors of #137fff

#137fff #ff137f #7fff13

Analogous Colors of #137fff

#137fff #1d13ff #13f5ff

Monochromatic Colors of #137fff

#137fff

Complementary Color

#137fff #ff9313

#137fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#137fff Color CSS Codes

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

#137fff Text Font Color

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

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


#137fff Background Color

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

This div background color is #137fff


#137fff Border Color

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

This div border color is #137fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137fff


Comments

No comments written yet.

Please login to write comment.