Color Hex Logo

#313057 Color Hex

#313057
(49,48,87)
0 Favorites   0 Comments

Color spaces of #313057

RGB 494887
HSL0.670.290.26
HSV242°45°34°
CMYK 0.440.450.00   0.66
XYZ4.04393.45509.4706
Yxy3.45500.23830.2036
Hunter Lab18.58766.3059-17.1976
CIE-Lab21.781011.7023-23.4743

#313057 color RGB value is (49,48,87).

#313057 hex color red value is 49, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #313057 hue: 0.67 , saturation: 0.29 and the lightness value of 313057 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110000 01010111
Octal 61 60 127
Decimal 49 48 87
Hex 31 30 57

RGB Percentages of Color #313057

%26.63
%26.09
%47.28

CMYK Percentages of Color #313057

%44
%45
%0
%66

Triadic Colors of #313057

#313057 #573130 #305731

Analogous Colors of #313057

#313057 #453057 #304357

Monochromatic Colors of #313057

#313057

Complementary Color

#313057 #565730

#313057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313057 Color CSS Codes

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

#313057 Text Font Color

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

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


#313057 Background Color

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

This div background color is #313057


#313057 Border Color

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

This div border color is #313057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313057


Comments

No comments written yet.

Please login to write comment.