Color Hex Logo

#316fdf Color Hex

#316FDF
(49,111,223)
0 Favorites   0 Comments

Color spaces of #316fdf

RGB 49111223
HSL0.610.730.53
HSV219°78°87°
CMYK 0.780.500.00   0.13
XYZ20.270317.349672.0925
Yxy17.34960.18480.1581
Hunter Lab41.652913.9743-73.4618
CIE-Lab48.697519.8602-62.7696

#316fdf color RGB value is (49,111,223).

#316fdf hex color red value is 49, green value is 111 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #316fdf hue: 0.61 , saturation: 0.73 and the lightness value of 316fdf is 0.53.

The process color (four color CMYK) of #316fdf color hex is 0.78, 0.50, 0.00, 0.13. Web safe color of #316fdf is #3366cc. Color #316fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101111 11011111
Octal 61 157 337
Decimal 49 111 223
Hex 31 6F DF

RGB Percentages of Color #316fdf

%12.79
%28.98
%58.22

CMYK Percentages of Color #316fdf

%78
%50
%0
%13

Triadic Colors of #316fdf

#316fdf #df316f #6fdf31

Analogous Colors of #316fdf

#316fdf #4a31df #31c6df

Monochromatic Colors of #316fdf

#316fdf

Complementary Color

#316fdf #dfa131

#316fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#316fdf Color CSS Codes

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

#316fdf Text Font Color

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

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


#316fdf Background Color

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

This div background color is #316fdf


#316fdf Border Color

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

This div border color is #316fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,111,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316fdf


Comments

No comments written yet.

Please login to write comment.