Color Hex Logo

#316ed4 Color Hex

#316ED4
(49,110,212)
0 Favorites   0 Comments

Color spaces of #316ed4

RGB 49110212
HSL0.600.650.51
HSV218°77°83°
CMYK 0.770.480.00   0.17
XYZ18.726216.558364.4964
Yxy16.55830.18770.1659
Hunter Lab40.691910.9340-65.4900
CIE-Lab47.698616.3795-58.1410

#316ed4 color RGB value is (49,110,212).

#316ed4 hex color red value is 49, green value is 110 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #316ed4 hue: 0.60 , saturation: 0.65 and the lightness value of 316ed4 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101110 11010100
Octal 61 156 324
Decimal 49 110 212
Hex 31 6E D4

RGB Percentages of Color #316ed4

%13.21
%29.65
%57.14

CMYK Percentages of Color #316ed4

%77
%48
%0
%17

Triadic Colors of #316ed4

#316ed4 #d4316e #6ed431

Analogous Colors of #316ed4

#316ed4 #4631d4 #31c0d4

Monochromatic Colors of #316ed4

#316ed4

Complementary Color

#316ed4 #d49731

#316ed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316ed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316ed4 Color CSS Codes

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

#316ed4 Text Font Color

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

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


#316ed4 Background Color

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

This div background color is #316ed4


#316ed4 Border Color

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

This div border color is #316ed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316ed4


Comments

No comments written yet.

Please login to write comment.