Color Hex Logo

#314dfb Color Hex

#314DFB
(49,77,251)
0 Favorites   0 Comments

Color spaces of #314dfb

RGB 4977251
HSL0.640.960.59
HSV232°80°98°
CMYK 0.800.690.00   0.02
XYZ21.333112.925892.6373
Yxy12.92580.16810.1019
Hunter Lab35.952542.9996-127.6035
CIE-Lab42.651251.0541-88.3900

#314dfb color RGB value is (49,77,251).

#314dfb hex color red value is 49, green value is 77 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #314dfb hue: 0.64 , saturation: 0.96 and the lightness value of 314dfb is 0.59.

The process color (four color CMYK) of #314dfb color hex is 0.80, 0.69, 0.00, 0.02. Web safe color of #314dfb is #3366ff. Color #314dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 11111011
Octal 61 115 373
Decimal 49 77 251
Hex 31 4D FB

RGB Percentages of Color #314dfb

%13.00
%20.42
%66.58

CMYK Percentages of Color #314dfb

%80
%69
%0
%2

Triadic Colors of #314dfb

#314dfb #fb314d #4dfb31

Analogous Colors of #314dfb

#314dfb #7a31fb #31b2fb

Monochromatic Colors of #314dfb

#314dfb

Complementary Color

#314dfb #fbdf31

#314dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#314dfb Color CSS Codes

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

#314dfb Text Font Color

<p style="color:#314dfb">Text here</p>

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


#314dfb Background Color

<div style="background-color:#314dfb">
Div content here</div>

This div background color is #314dfb


#314dfb Border Color

<div style="border:3px solid #314dfb">
Div here</div>

This div border color is #314dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,77,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #314dfb;
  box-shadow:         1px 1px 3px 2px #314dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.