Color Hex Logo

#314199 Color Hex

#314199
(49,65,153)
0 Favorites   0 Comments

Color spaces of #314199

RGB 4965153
HSL0.640.510.40
HSV231°68°60°
CMYK 0.680.580.00   0.40
XYZ8.90676.733530.9672
Yxy6.73350.19110.1445
Hunter Lab25.949015.8574-52.5917
CIE-Lab31.192423.6911-50.1596

#314199 color RGB value is (49,65,153).

#314199 hex color red value is 49, green value is 65 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #314199 hue: 0.64 , saturation: 0.51 and the lightness value of 314199 is 0.40.

The process color (four color CMYK) of #314199 color hex is 0.68, 0.58, 0.00, 0.40. Web safe color of #314199 is #333399. Color #314199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000001 10011001
Octal 61 101 231
Decimal 49 65 153
Hex 31 41 99

RGB Percentages of Color #314199

%18.35
%24.34
%57.30

CMYK Percentages of Color #314199

%68
%58
%0
%40

Triadic Colors of #314199

#314199 #993141 #419931

Analogous Colors of #314199

#314199 #553199 #317599

Monochromatic Colors of #314199

#314199

Complementary Color

#314199 #998931

#314199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314199 Color CSS Codes

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

#314199 Text Font Color

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

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


#314199 Background Color

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

This div background color is #314199


#314199 Border Color

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

This div border color is #314199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,65,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314199;
  -webkit-box-shadow: 1px 1px 3px 2px #314199;
  box-shadow:         1px 1px 3px 2px #314199; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314199


Comments

No comments written yet.

Please login to write comment.