Color Hex Logo

#316bdc Color Hex

#316BDC
(49,107,220)
0 Favorites   0 Comments

Color spaces of #316bdc

RGB 49107220
HSL0.610.710.53
HSV220°78°86°
CMYK 0.780.510.00   0.14
XYZ19.442616.335769.8385
Yxy16.33570.18410.1547
Hunter Lab40.417415.1360-74.1567
CIE-Lab47.411921.2792-63.1503

#316bdc color RGB value is (49,107,220).

#316bdc hex color red value is 49, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #316bdc hue: 0.61 , saturation: 0.71 and the lightness value of 316bdc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101011 11011100
Octal 61 153 334
Decimal 49 107 220
Hex 31 6B DC

RGB Percentages of Color #316bdc

%13.03
%28.46
%58.51

CMYK Percentages of Color #316bdc

%78
%51
%0
%14

Triadic Colors of #316bdc

#316bdc #dc316b #6bdc31

Analogous Colors of #316bdc

#316bdc #4c31dc #31c1dc

Monochromatic Colors of #316bdc

#316bdc

Complementary Color

#316bdc #dca231

#316bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#316bdc Color CSS Codes

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

#316bdc Text Font Color

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

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


#316bdc Background Color

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

This div background color is #316bdc


#316bdc Border Color

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

This div border color is #316bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316bdc


Comments

No comments written yet.

Please login to write comment.