Color Hex Logo

#314881 Color Hex

#314881
(49,72,129)
0 Favorites   0 Comments

Color spaces of #314881

RGB 4972129
HSL0.620.450.35
HSV223°62°51°
CMYK 0.620.440.00   0.49
XYZ7.54646.872721.6977
Yxy6.87270.20890.1903
Hunter Lab26.21585.5047-30.7207
CIE-Lab31.515310.0929-34.8963

#314881 color RGB value is (49,72,129).

#314881 hex color red value is 49, green value is 72 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #314881 hue: 0.62 , saturation: 0.45 and the lightness value of 314881 is 0.35.

The process color (four color CMYK) of #314881 color hex is 0.62, 0.44, 0.00, 0.49. Web safe color of #314881 is #333399. Color #314881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001000 10000001
Octal 61 110 201
Decimal 49 72 129
Hex 31 48 81

RGB Percentages of Color #314881

%19.60
%28.80
%51.60

CMYK Percentages of Color #314881

%62
%44
%0
%49

Triadic Colors of #314881

#314881 #813148 #488131

Analogous Colors of #314881

#314881 #423181 #317081

Monochromatic Colors of #314881

#314881

Complementary Color

#314881 #816a31

#314881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314881 Color CSS Codes

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

#314881 Text Font Color

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

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


#314881 Background Color

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

This div background color is #314881


#314881 Border Color

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

This div border color is #314881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314881


Comments

No comments written yet.

Please login to write comment.