Color Hex Logo

#316fca Color Hex

#316FCA
(49,111,202)
0 Favorites   0 Comments

Color spaces of #316fca

RGB 49111202
HSL0.600.610.49
HSV216°76°79°
CMYK 0.760.450.00   0.21
XYZ17.611716.286158.0924
Yxy16.28610.19150.1770
Hunter Lab40.35607.2758-57.0986
CIE-Lab47.347612.0020-52.9920

#316fca color RGB value is (49,111,202).

#316fca hex color red value is 49, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #316fca hue: 0.60 , saturation: 0.61 and the lightness value of 316fca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101111 11001010
Octal 61 157 312
Decimal 49 111 202
Hex 31 6F CA

RGB Percentages of Color #316fca

%13.54
%30.66
%55.80

CMYK Percentages of Color #316fca

%76
%45
%0
%21

Triadic Colors of #316fca

#316fca #ca316f #6fca31

Analogous Colors of #316fca

#316fca #4031ca #31bcca

Monochromatic Colors of #316fca

#316fca

Complementary Color

#316fca #ca8c31

#316fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#316fca Color CSS Codes

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

#316fca Text Font Color

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

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


#316fca Background Color

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

This div background color is #316fca


#316fca Border Color

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

This div border color is #316fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316fca


Comments

No comments written yet.

Please login to write comment.