Color Hex Logo

#314cff Color Hex

#314CFF
(49,76,255)
0 Favorites   0 Comments

Color spaces of #314cff

RGB 4976255
HSL0.641.000.60
HSV232°81°100°
CMYK 0.810.700.00   0.00
XYZ21.901113.041995.9708
Yxy13.04190.16730.0996
Hunter Lab36.113645.0527-132.2820
CIE-Lab42.826352.9727-90.3346

#314cff color RGB value is (49,76,255).

#314cff hex color red value is 49, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #314cff hue: 0.64 , saturation: 1.00 and the lightness value of 314cff is 0.60.

The process color (four color CMYK) of #314cff color hex is 0.81, 0.70, 0.00, 0.00. Web safe color of #314cff is #3333ff. Color #314cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001100 11111111
Octal 61 114 377
Decimal 49 76 255
Hex 31 4C FF

RGB Percentages of Color #314cff

%12.89
%20.00
%67.11

CMYK Percentages of Color #314cff

%81
%70
%0
%0

Triadic Colors of #314cff

#314cff #ff314c #4cff31

Analogous Colors of #314cff

#314cff #7d31ff #31b3ff

Monochromatic Colors of #314cff

#314cff

Complementary Color

#314cff #ffe431

#314cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#314cff Color CSS Codes

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

#314cff Text Font Color

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

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


#314cff Background Color

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

This div background color is #314cff


#314cff Border Color

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

This div border color is #314cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314cff

Related Colors


Comments

No comments written yet.

Please login to write comment.