Color Hex Logo

#316bdf Color Hex

#316BDF
(49,107,223)
0 Favorites   0 Comments

Color spaces of #316bdf

RGB 49107223
HSL0.610.730.53
HSV220°78°87°
CMYK 0.780.520.00   0.13
XYZ19.843616.496171.9502
Yxy16.49610.18320.1523
Hunter Lab40.615416.1334-76.6015
CIE-Lab47.618722.3992-64.5148

#316bdf color RGB value is (49,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101011 11011111
Octal 61 153 337
Decimal 49 107 223
Hex 31 6B DF

RGB Percentages of Color #316bdf

%12.93
%28.23
%58.84

CMYK Percentages of Color #316bdf

%78
%52
%0
%13

Triadic Colors of #316bdf

#316bdf #df316b #6bdf31

Analogous Colors of #316bdf

#316bdf #4e31df #31c2df

Monochromatic Colors of #316bdf

#316bdf

Complementary Color

#316bdf #dfa531

#316bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#316bdf Color CSS Codes

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

#316bdf Text Font Color

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

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


#316bdf Background Color

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

This div background color is #316bdf


#316bdf Border Color

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

This div border color is #316bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316bdf


Comments

No comments written yet.

Please login to write comment.