Color Hex Logo

#316cfd Color Hex

#316CFD
(49,108,253)
0 Favorites   0 Comments

Color spaces of #316cfd

RGB 49108253
HSL0.620.980.59
HSV223°81°99°
CMYK 0.810.570.00   0.01
XYZ24.358818.469995.2097
Yxy18.46990.17650.1338
Hunter Lab42.976625.9633-101.2665
CIE-Lab50.061232.8502-77.3524

#316cfd color RGB value is (49,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101100 11111101
Octal 61 154 375
Decimal 49 108 253
Hex 31 6C FD

RGB Percentages of Color #316cfd

%11.95
%26.34
%61.71

CMYK Percentages of Color #316cfd

%81
%57
%0
%1

Triadic Colors of #316cfd

#316cfd #fd316c #6cfd31

Analogous Colors of #316cfd

#316cfd #5c31fd #31d2fd

Monochromatic Colors of #316cfd

#316cfd

Complementary Color

#316cfd #fdc231

#316cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#316cfd Color CSS Codes

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

#316cfd Text Font Color

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

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


#316cfd Background Color

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

This div background color is #316cfd


#316cfd Border Color

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

This div border color is #316cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.