Color Hex Logo

#316bef Color Hex

#316BEF
(49,107,239)
0 Favorites   0 Comments

Color spaces of #316bef

RGB 49107239
HSL0.620.860.56
HSV222°79°94°
CMYK 0.790.550.00   0.06
XYZ22.104317.400483.8549
Yxy17.40040.17920.1411
Hunter Lab41.713821.5887-89.9877
CIE-Lab48.760628.3388-71.6678

#316bef color RGB value is (49,107,239).

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

The process color (four color CMYK) of #316bef color hex is 0.79, 0.55, 0.00, 0.06. Web safe color of #316bef is #3366ff. Color #316bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101011 11101111
Octal 61 153 357
Decimal 49 107 239
Hex 31 6B EF

RGB Percentages of Color #316bef

%12.41
%27.09
%60.51

CMYK Percentages of Color #316bef

%79
%55
%0
%6

Triadic Colors of #316bef

#316bef #ef316b #6bef31

Analogous Colors of #316bef

#316bef #5631ef #31caef

Monochromatic Colors of #316bef

#316bef

Complementary Color

#316bef #efb531

#316bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#316bef Color CSS Codes

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

#316bef Text Font Color

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

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


#316bef Background Color

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

This div background color is #316bef


#316bef Border Color

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

This div border color is #316bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316bef


Comments

No comments written yet.

Please login to write comment.