Color Hex Logo

#314fdc Color Hex

#314FDC
(49,79,220)
0 Favorites   0 Comments

Color spaces of #314fdc

RGB 4979220
HSL0.640.710.53
HSV229°78°86°
CMYK 0.780.640.00   0.14
XYZ16.980911.412269.0179
Yxy11.41220.17430.1172
Hunter Lab33.781930.6068-97.4845
CIE-Lab40.266239.0806-74.7922

#314fdc color RGB value is (49,79,220).

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

The process color (four color CMYK) of #314fdc color hex is 0.78, 0.64, 0.00, 0.14. Web safe color of #314fdc is #3366cc. Color #314fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 11011100
Octal 61 117 334
Decimal 49 79 220
Hex 31 4F DC

RGB Percentages of Color #314fdc

%14.08
%22.70
%63.22

CMYK Percentages of Color #314fdc

%78
%64
%0
%14

Triadic Colors of #314fdc

#314fdc #dc314f #4fdc31

Analogous Colors of #314fdc

#314fdc #6931dc #31a5dc

Monochromatic Colors of #314fdc

#314fdc

Complementary Color

#314fdc #dcbe31

#314fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#314fdc Color CSS Codes

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

#314fdc Text Font Color

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

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


#314fdc Background Color

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

This div background color is #314fdc


#314fdc Border Color

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

This div border color is #314fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314fdc


Comments

No comments written yet.

Please login to write comment.