Color Hex Logo

#314faf Color Hex

#314FAF
(49,79,175)
0 Favorites   0 Comments

Color spaces of #314faf

RGB 4979175
HSL0.630.560.44
HSV226°72°69°
CMYK 0.720.550.00   0.31
XYZ11.80059.340141.7383
Yxy9.34010.18770.1485
Hunter Lab30.561615.4400-59.5799
CIE-Lab36.631022.5771-54.5421

#314faf color RGB value is (49,79,175).

#314faf hex color red value is 49, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #314faf hue: 0.63 , saturation: 0.56 and the lightness value of 314faf is 0.44.

The process color (four color CMYK) of #314faf color hex is 0.72, 0.55, 0.00, 0.31. Web safe color of #314faf is #336699. Color #314faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 10101111
Octal 61 117 257
Decimal 49 79 175
Hex 31 4F AF

RGB Percentages of Color #314faf

%16.17
%26.07
%57.76

CMYK Percentages of Color #314faf

%72
%55
%0
%31

Triadic Colors of #314faf

#314faf #af314f #4faf31

Analogous Colors of #314faf

#314faf #5231af #318eaf

Monochromatic Colors of #314faf

#314faf

Complementary Color

#314faf #af9131

#314faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#314faf Color CSS Codes

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

#314faf Text Font Color

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

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


#314faf Background Color

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

This div background color is #314faf


#314faf Border Color

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

This div border color is #314faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314faf


Comments

No comments written yet.

Please login to write comment.