Color Hex Logo

#316bfd Color Hex

#316BFD
(49,107,253)
0 Favorites   0 Comments

Color spaces of #316bfd

RGB 49107253
HSL0.620.980.59
HSV223°81°99°
CMYK 0.810.580.00   0.01
XYZ24.253918.260295.1748
Yxy18.26020.17620.1326
Hunter Lab42.732026.5325-102.1414
CIE-Lab49.810233.4754-77.7618

#316bfd color RGB value is (49,107,253).

#316bfd hex color red value is 49, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #316bfd hue: 0.62 , saturation: 0.98 and the lightness value of 316bfd is 0.59.

The process color (four color CMYK) of #316bfd color hex is 0.81, 0.58, 0.00, 0.01. Web safe color of #316bfd is #3366ff. Color #316bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101011 11111101
Octal 61 153 375
Decimal 49 107 253
Hex 31 6B FD

RGB Percentages of Color #316bfd

%11.98
%26.16
%61.86

CMYK Percentages of Color #316bfd

%81
%58
%0
%1

Triadic Colors of #316bfd

#316bfd #fd316b #6bfd31

Analogous Colors of #316bfd

#316bfd #5d31fd #31d1fd

Monochromatic Colors of #316bfd

#316bfd

Complementary Color

#316bfd #fdc331

#316bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#316bfd Color CSS Codes

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

#316bfd Text Font Color

<p style="color:#316bfd">Text here</p>

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


#316bfd Background Color

<div style="background-color:#316bfd">
Div content here</div>

This div background color is #316bfd


#316bfd Border Color

<div style="border:3px solid #316bfd">
Div here</div>

This div border color is #316bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,107,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #316bfd;
  box-shadow:         1px 1px 3px 2px #316bfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,107,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 #316bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316bfd


Comments

No comments written yet.

Please login to write comment.