Color Hex Logo

#314fad Color Hex

#314FAD
(49,79,173)
0 Favorites   0 Comments

Color spaces of #314fad

RGB 4979173
HSL0.630.560.44
HSV225°72°68°
CMYK 0.720.540.00   0.32
XYZ11.60549.262140.7112
Yxy9.26210.18850.1504
Hunter Lab30.433714.8091-58.0087
CIE-Lab36.484121.8281-53.5938

#314fad color RGB value is (49,79,173).

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

The process color (four color CMYK) of #314fad color hex is 0.72, 0.54, 0.00, 0.32. Web safe color of #314fad is #336699. Color #314fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 10101101
Octal 61 117 255
Decimal 49 79 173
Hex 31 4F AD

RGB Percentages of Color #314fad

%16.28
%26.25
%57.48

CMYK Percentages of Color #314fad

%72
%54
%0
%32

Triadic Colors of #314fad

#314fad #ad314f #4fad31

Analogous Colors of #314fad

#314fad #5131ad #318dad

Monochromatic Colors of #314fad

#314fad

Complementary Color

#314fad #ad8f31

#314fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#314fad Color CSS Codes

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

#314fad Text Font Color

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

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


#314fad Background Color

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

This div background color is #314fad


#314fad Border Color

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

This div border color is #314fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314fad


Comments

No comments written yet.

Please login to write comment.