Color Hex Logo

#314def Color Hex

#314DEF
(49,77,239)
0 Favorites   0 Comments

Color spaces of #314def

RGB 4977239
HSL0.640.860.56
HSV231°79°94°
CMYK 0.790.680.00   0.06
XYZ19.500512.192782.9870
Yxy12.19270.17000.1063
Hunter Lab34.918038.5794-116.4673
CIE-Lab41.520846.9641-83.5157

#314def color RGB value is (49,77,239).

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

The process color (four color CMYK) of #314def color hex is 0.79, 0.68, 0.00, 0.06. Web safe color of #314def is #3366ff. Color #314def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 11101111
Octal 61 115 357
Decimal 49 77 239
Hex 31 4D EF

RGB Percentages of Color #314def

%13.42
%21.10
%65.48

CMYK Percentages of Color #314def

%79
%68
%0
%6

Triadic Colors of #314def

#314def #ef314d #4def31

Analogous Colors of #314def

#314def #7431ef #31acef

Monochromatic Colors of #314def

#314def

Complementary Color

#314def #efd331

#314def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314def Color Preview on White Background

Lorem ipsum dolor sit amet.

#314def Color CSS Codes

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

#314def Text Font Color

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

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


#314def Background Color

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

This div background color is #314def


#314def Border Color

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

This div border color is #314def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314def


Comments

No comments written yet.

Please login to write comment.