Color Hex Logo

#316dcf Color Hex

#316DCF
(49,109,207)
0 Favorites   0 Comments

Color spaces of #316dcf

RGB 49109207
HSL0.600.620.50
HSV217°76°81°
CMYK 0.760.470.00   0.19
XYZ17.997716.095261.1896
Yxy16.09520.18890.1689
Hunter Lab40.11889.8689-62.3465
CIE-Lab47.099115.1406-56.2534

#316dcf color RGB value is (49,109,207).

#316dcf hex color red value is 49, green value is 109 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #316dcf hue: 0.60 , saturation: 0.62 and the lightness value of 316dcf is 0.50.

The process color (four color CMYK) of #316dcf color hex is 0.76, 0.47, 0.00, 0.19. Web safe color of #316dcf is #3366cc. Color #316dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101101 11001111
Octal 61 155 317
Decimal 49 109 207
Hex 31 6D CF

RGB Percentages of Color #316dcf

%13.42
%29.86
%56.71

CMYK Percentages of Color #316dcf

%76
%47
%0
%19

Triadic Colors of #316dcf

#316dcf #cf316d #6dcf31

Analogous Colors of #316dcf

#316dcf #4431cf #31bccf

Monochromatic Colors of #316dcf

#316dcf

Complementary Color

#316dcf #cf9331

#316dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#316dcf Color CSS Codes

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

#316dcf Text Font Color

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

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


#316dcf Background Color

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

This div background color is #316dcf


#316dcf Border Color

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

This div border color is #316dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316dcf


Comments

No comments written yet.

Please login to write comment.