Color Hex Logo

#314df5 Color Hex

#314DF5
(49,77,245)
0 Favorites   0 Comments

Color spaces of #314df5

RGB 4977245
HSL0.640.910.58
HSV231°80°96°
CMYK 0.800.690.00   0.04
XYZ20.401912.553387.7339
Yxy12.55330.16900.1040
Hunter Lab35.430640.7814-122.0134
CIE-Lab42.082349.0192-85.9664

#314df5 color RGB value is (49,77,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 11110101
Octal 61 115 365
Decimal 49 77 245
Hex 31 4D F5

RGB Percentages of Color #314df5

%13.21
%20.75
%66.04

CMYK Percentages of Color #314df5

%80
%69
%0
%4

Triadic Colors of #314df5

#314df5 #f5314d #4df531

Analogous Colors of #314df5

#314df5 #7731f5 #31aff5

Monochromatic Colors of #314df5

#314df5

Complementary Color

#314df5 #f5d931

#314df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314df5 Color CSS Codes

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

#314df5 Text Font Color

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

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


#314df5 Background Color

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

This div background color is #314df5


#314df5 Border Color

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

This div border color is #314df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314df5


Comments

No comments written yet.

Please login to write comment.