Color Hex Logo

#314bfd Color Hex

#314BFD
(49,75,253)
0 Favorites   0 Comments

Color spaces of #314bfd

RGB 4975253
HSL0.650.980.59
HSV232°81°99°
CMYK 0.810.700.00   0.01
XYZ21.512312.777094.2609
Yxy12.77700.16730.0994
Hunter Lab35.744944.8727-131.3288
CIE-Lab42.425352.8764-89.8803

#314bfd color RGB value is (49,75,253).

#314bfd hex color red value is 49, green value is 75 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #314bfd hue: 0.65 , saturation: 0.98 and the lightness value of 314bfd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001011 11111101
Octal 61 113 375
Decimal 49 75 253
Hex 31 4B FD

RGB Percentages of Color #314bfd

%13.00
%19.89
%67.11

CMYK Percentages of Color #314bfd

%81
%70
%0
%1

Triadic Colors of #314bfd

#314bfd #fd314b #4bfd31

Analogous Colors of #314bfd

#314bfd #7d31fd #31b1fd

Monochromatic Colors of #314bfd

#314bfd

Complementary Color

#314bfd #fde331

#314bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#314bfd Color CSS Codes

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

#314bfd Text Font Color

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

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


#314bfd Background Color

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

This div background color is #314bfd


#314bfd Border Color

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

This div border color is #314bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314bfd


Comments

No comments written yet.

Please login to write comment.