Color Hex Logo

#314dad Color Hex

#314DAD
(49,77,173)
0 Favorites   0 Comments

Color spaces of #314dad

RGB 4977173
HSL0.630.560.44
HSV226°72°68°
CMYK 0.720.550.00   0.32
XYZ11.46338.977940.6639
Yxy8.97790.18760.1469
Hunter Lab29.963115.8550-59.4901
CIE-Lab35.941723.1494-54.4731

#314dad color RGB value is (49,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 10101101
Octal 61 115 255
Decimal 49 77 173
Hex 31 4D AD

RGB Percentages of Color #314dad

%16.39
%25.75
%57.86

CMYK Percentages of Color #314dad

%72
%55
%0
%32

Triadic Colors of #314dad

#314dad #ad314d #4dad31

Analogous Colors of #314dad

#314dad #5331ad #318bad

Monochromatic Colors of #314dad

#314dad

Complementary Color

#314dad #ad9131

#314dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#314dad Color CSS Codes

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

#314dad Text Font Color

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

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


#314dad Background Color

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

This div background color is #314dad


#314dad Border Color

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

This div border color is #314dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,77,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 #314dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314dad


Comments

No comments written yet.

Please login to write comment.