Color Hex Logo

#314dac Color Hex

#314DAC
(49,77,172)
0 Favorites   0 Comments

Color spaces of #314dac

RGB 4977172
HSL0.630.560.43
HSV226°72°67°
CMYK 0.720.550.00   0.33
XYZ11.36698.939340.1561
Yxy8.93930.18800.1478
Hunter Lab29.898715.5396-58.7018
CIE-Lab35.867222.7763-53.9996

#314dac color RGB value is (49,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 10101100
Octal 61 115 254
Decimal 49 77 172
Hex 31 4D AC

RGB Percentages of Color #314dac

%16.44
%25.84
%57.72

CMYK Percentages of Color #314dac

%72
%55
%0
%33

Triadic Colors of #314dac

#314dac #ac314d #4dac31

Analogous Colors of #314dac

#314dac #5331ac #318bac

Monochromatic Colors of #314dac

#314dac

Complementary Color

#314dac #ac9031

#314dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#314dac Color CSS Codes

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

#314dac Text Font Color

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

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


#314dac Background Color

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

This div background color is #314dac


#314dac Border Color

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

This div border color is #314dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314dac


Comments

No comments written yet.

Please login to write comment.