Color Hex Logo

#316fda Color Hex

#316FDA
(49,111,218)
0 Favorites   0 Comments

Color spaces of #316fda

RGB 49111218
HSL0.610.700.52
HSV218°78°85°
CMYK 0.780.490.00   0.15
XYZ19.606017.083868.5938
Yxy17.08380.18620.1623
Hunter Lab41.332612.3391-69.4624
CIE-Lab48.365517.9920-60.4754

#316fda color RGB value is (49,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101111 11011010
Octal 61 157 332
Decimal 49 111 218
Hex 31 6F DA

RGB Percentages of Color #316fda

%12.96
%29.37
%57.67

CMYK Percentages of Color #316fda

%78
%49
%0
%15

Triadic Colors of #316fda

#316fda #da316f #6fda31

Analogous Colors of #316fda

#316fda #4831da #31c4da

Monochromatic Colors of #316fda

#316fda

Complementary Color

#316fda #da9c31

#316fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#316fda Color CSS Codes

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

#316fda Text Font Color

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

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


#316fda Background Color

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

This div background color is #316fda


#316fda Border Color

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

This div border color is #316fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316fda


Comments

No comments written yet.

Please login to write comment.