Color Hex Logo

#314076 Color Hex

#314076
(49,64,118)
0 Favorites   0 Comments

Color spaces of #314076

RGB 4964118
HSL0.630.410.33
HSV227°58°46°
CMYK 0.580.460.00   0.54
XYZ6.37005.627817.8901
Yxy5.62780.21310.1883
Hunter Lab23.72306.4149-28.1060
CIE-Lab28.453311.4879-32.8984

#314076 color RGB value is (49,64,118).

#314076 hex color red value is 49, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #314076 hue: 0.63 , saturation: 0.41 and the lightness value of 314076 is 0.33.

The process color (four color CMYK) of #314076 color hex is 0.58, 0.46, 0.00, 0.54. Web safe color of #314076 is #333366. Color #314076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 01110110
Octal 61 100 166
Decimal 49 64 118
Hex 31 40 76

RGB Percentages of Color #314076

%21.21
%27.71
%51.08

CMYK Percentages of Color #314076

%58
%46
%0
%54

Triadic Colors of #314076

#314076 #763140 #407631

Analogous Colors of #314076

#314076 #453176 #316376

Monochromatic Colors of #314076

#314076

Complementary Color

#314076 #766731

#314076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314076 Color CSS Codes

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

#314076 Text Font Color

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

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


#314076 Background Color

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

This div background color is #314076


#314076 Border Color

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

This div border color is #314076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314076


Comments

No comments written yet.

Please login to write comment.