Color Hex Logo

#316cd8 Color Hex

#316CD8
(49,108,216)
0 Favorites   0 Comments

Color spaces of #316cd8

RGB 49108216
HSL0.610.680.52
HSV219°77°85°
CMYK 0.770.500.00   0.15
XYZ19.023916.336067.1162
Yxy16.33600.18560.1594
Hunter Lab40.417813.2854-70.1621
CIE-Lab47.412319.1474-60.8788

#316cd8 color RGB value is (49,108,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101100 11011000
Octal 61 154 330
Decimal 49 108 216
Hex 31 6C D8

RGB Percentages of Color #316cd8

%13.14
%28.95
%57.91

CMYK Percentages of Color #316cd8

%77
%50
%0
%15

Triadic Colors of #316cd8

#316cd8 #d8316c #6cd831

Analogous Colors of #316cd8

#316cd8 #4a31d8 #31c0d8

Monochromatic Colors of #316cd8

#316cd8

Complementary Color

#316cd8 #d89d31

#316cd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316cd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316cd8 Color CSS Codes

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

#316cd8 Text Font Color

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

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


#316cd8 Background Color

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

This div background color is #316cd8


#316cd8 Border Color

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

This div border color is #316cd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316cd8


Comments

No comments written yet.

Please login to write comment.