Color Hex Logo

#314ebd Color Hex

#314EBD
(49,78,189)
0 Favorites   0 Comments

Color spaces of #314ebd

RGB 4978189
HSL0.630.590.47
HSV228°74°74°
CMYK 0.740.590.00   0.26
XYZ13.17639.775949.3366
Yxy9.77590.18230.1352
Hunter Lab31.266420.5072-71.6696
CIE-Lab37.437228.4419-61.4817

#314ebd color RGB value is (49,78,189).

#314ebd hex color red value is 49, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #314ebd hue: 0.63 , saturation: 0.59 and the lightness value of 314ebd is 0.47.

The process color (four color CMYK) of #314ebd color hex is 0.74, 0.59, 0.00, 0.26. Web safe color of #314ebd is #3366cc. Color #314ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001110 10111101
Octal 61 116 275
Decimal 49 78 189
Hex 31 4E BD

RGB Percentages of Color #314ebd

%15.51
%24.68
%59.81

CMYK Percentages of Color #314ebd

%74
%59
%0
%26

Triadic Colors of #314ebd

#314ebd #bd314e #4ebd31

Analogous Colors of #314ebd

#314ebd #5a31bd #3194bd

Monochromatic Colors of #314ebd

#314ebd

Complementary Color

#314ebd #bda031

#314ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#314ebd Color CSS Codes

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

#314ebd Text Font Color

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

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


#314ebd Background Color

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

This div background color is #314ebd


#314ebd Border Color

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

This div border color is #314ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314ebd


Comments

No comments written yet.

Please login to write comment.