Color Hex Logo

#314beb Color Hex

#314BEB
(49,75,235)
0 Favorites   0 Comments

Color spaces of #314beb

RGB 4975235
HSL0.640.820.56
HSV232°79°92°
CMYK 0.790.680.00   0.08
XYZ18.778111.683379.8626
Yxy11.68330.17020.1059
Hunter Lab34.180838.2470-114.6029
CIE-Lab40.708346.7787-82.5944

#314beb color RGB value is (49,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001011 11101011
Octal 61 113 353
Decimal 49 75 235
Hex 31 4B EB

RGB Percentages of Color #314beb

%13.65
%20.89
%65.46

CMYK Percentages of Color #314beb

%79
%68
%0
%8

Triadic Colors of #314beb

#314beb #eb314b #4beb31

Analogous Colors of #314beb

#314beb #7431eb #31a8eb

Monochromatic Colors of #314beb

#314beb

Complementary Color

#314beb #ebd131

#314beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#314beb Color CSS Codes

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

#314beb Text Font Color

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

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


#314beb Background Color

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

This div background color is #314beb


#314beb Border Color

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

This div border color is #314beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,75,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 #314beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314beb


Comments

No comments written yet.

Please login to write comment.