Color Hex Logo

#314dae Color Hex

#314DAE
(49,77,174)
0 Favorites   0 Comments

Color spaces of #314dae

RGB 4977174
HSL0.630.560.44
HSV227°72°68°
CMYK 0.720.560.00   0.32
XYZ11.56059.016741.1755
Yxy9.01670.18720.1460
Hunter Lab30.027816.1726-60.2816
CIE-Lab36.016423.5236-54.9458

#314dae color RGB value is (49,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 10101110
Octal 61 115 256
Decimal 49 77 174
Hex 31 4D AE

RGB Percentages of Color #314dae

%16.33
%25.67
%58.00

CMYK Percentages of Color #314dae

%72
%56
%0
%32

Triadic Colors of #314dae

#314dae #ae314d #4dae31

Analogous Colors of #314dae

#314dae #5331ae #318cae

Monochromatic Colors of #314dae

#314dae

Complementary Color

#314dae #ae9231

#314dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#314dae Color CSS Codes

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

#314dae Text Font Color

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

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


#314dae Background Color

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

This div background color is #314dae


#314dae Border Color

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

This div border color is #314dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314dae


Comments

No comments written yet.

Please login to write comment.