Color Hex Logo

#316cce Color Hex

#316CCE
(49,108,206)
0 Favorites   0 Comments

Color spaces of #316cce

RGB 49108206
HSL0.600.620.50
HSV217°76°81°
CMYK 0.760.480.00   0.19
XYZ17.769815.834360.5123
Yxy15.83430.18880.1682
Hunter Lab39.792310.0750-62.3078
CIE-Lab46.756315.4011-56.2332

#316cce color RGB value is (49,108,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101100 11001110
Octal 61 154 316
Decimal 49 108 206
Hex 31 6C CE

RGB Percentages of Color #316cce

%13.50
%29.75
%56.75

CMYK Percentages of Color #316cce

%76
%48
%0
%19

Triadic Colors of #316cce

#316cce #ce316c #6cce31

Analogous Colors of #316cce

#316cce #4431ce #31bbce

Monochromatic Colors of #316cce

#316cce

Complementary Color

#316cce #ce9331

#316cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#316cce Color CSS Codes

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

#316cce Text Font Color

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

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


#316cce Background Color

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

This div background color is #316cce


#316cce Border Color

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

This div border color is #316cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316cce


Comments

No comments written yet.

Please login to write comment.