Color Hex Logo

#314ebe Color Hex

#314EBE
(49,78,190)
0 Favorites   0 Comments

Color spaces of #314ebe

RGB 4978190
HSL0.630.590.47
HSV228°74°75°
CMYK 0.740.590.00   0.25
XYZ13.28539.819549.9103
Yxy9.81950.18200.1345
Hunter Lab31.336120.8390-72.4984
CIE-Lab37.516528.8116-61.9381

#314ebe color RGB value is (49,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001110 10111110
Octal 61 116 276
Decimal 49 78 190
Hex 31 4E BE

RGB Percentages of Color #314ebe

%15.46
%24.61
%59.94

CMYK Percentages of Color #314ebe

%74
%59
%0
%25

Triadic Colors of #314ebe

#314ebe #be314e #4ebe31

Analogous Colors of #314ebe

#314ebe #5b31be #3195be

Monochromatic Colors of #314ebe

#314ebe

Complementary Color

#314ebe #bea131

#314ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#314ebe Color CSS Codes

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

#314ebe Text Font Color

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

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


#314ebe Background Color

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

This div background color is #314ebe


#314ebe Border Color

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

This div border color is #314ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314ebe


Comments

No comments written yet.

Please login to write comment.