Color Hex Logo

#314feb Color Hex

#314FEB
(49,79,235)
0 Favorites   0 Comments

Color spaces of #314feb

RGB 4979235
HSL0.640.820.56
HSV230°79°92°
CMYK 0.790.660.00   0.08
XYZ19.058012.243179.9559
Yxy12.24310.17130.1100
Hunter Lab34.990135.9904-110.9904
CIE-Lab41.599944.3753-81.1273

#314feb color RGB value is (49,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 11101011
Octal 61 117 353
Decimal 49 79 235
Hex 31 4F EB

RGB Percentages of Color #314feb

%13.50
%21.76
%64.74

CMYK Percentages of Color #314feb

%79
%66
%0
%8

Triadic Colors of #314feb

#314feb #eb314f #4feb31

Analogous Colors of #314feb

#314feb #7031eb #31aceb

Monochromatic Colors of #314feb

#314feb

Complementary Color

#314feb #ebcd31

#314feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#314feb Color CSS Codes

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

#314feb Text Font Color

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

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


#314feb Background Color

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

This div background color is #314feb


#314feb Border Color

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

This div border color is #314feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314feb


Comments

No comments written yet.

Please login to write comment.