Color Hex Logo

#314757 Color Hex

#314757
(49,71,87)
0 Favorites   0 Comments

Color spaces of #314757

RGB 497187
HSL0.570.280.27
HSV205°44°34°
CMYK 0.440.180.00   0.66
XYZ5.24025.84769.8693
Yxy5.84760.25000.2790
Hunter Lab24.1818-3.6372-7.2707
CIE-Lab29.0247-3.7714-12.2117

#314757 color RGB value is (49,71,87).

#314757 hex color red value is 49, green value is 71 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #314757 hue: 0.57 , saturation: 0.28 and the lightness value of 314757 is 0.27.

The process color (four color CMYK) of #314757 color hex is 0.44, 0.18, 0.00, 0.66. Web safe color of #314757 is #333366. Color #314757 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000111 01010111
Octal 61 107 127
Decimal 49 71 87
Hex 31 47 57

RGB Percentages of Color #314757

%23.67
%34.30
%42.03

CMYK Percentages of Color #314757

%44
%18
%0
%66

Triadic Colors of #314757

#314757 #573147 #475731

Analogous Colors of #314757

#314757 #313457 #315754

Monochromatic Colors of #314757

#314757

Complementary Color

#314757 #574131

#314757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314757 Color CSS Codes

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

#314757 Text Font Color

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

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


#314757 Background Color

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

This div background color is #314757


#314757 Border Color

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

This div border color is #314757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314757


Comments

No comments written yet.

Please login to write comment.