Color Hex Logo

#315780 Color Hex

#315780
(49,87,128)
0 Favorites   0 Comments

Color spaces of #315780

RGB 4987128
HSL0.590.450.35
HSV211°62°50°
CMYK 0.620.320.00   0.50
XYZ8.57119.027921.7129
Yxy9.02790.21800.2296
Hunter Lab30.0465-1.6621-21.8130
CIE-Lab36.0380-0.0841-27.1259

#315780 color RGB value is (49,87,128).

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

The process color (four color CMYK) of #315780 color hex is 0.62, 0.32, 0.00, 0.50. Web safe color of #315780 is #336699. Color #315780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 10000000
Octal 61 127 200
Decimal 49 87 128
Hex 31 57 80

RGB Percentages of Color #315780

%18.56
%32.95
%48.48

CMYK Percentages of Color #315780

%62
%32
%0
%50

Triadic Colors of #315780

#315780 #803157 #578031

Analogous Colors of #315780

#315780 #333180 #317f80

Monochromatic Colors of #315780

#315780

Complementary Color

#315780 #805a31

#315780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315780 Color CSS Codes

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

#315780 Text Font Color

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

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


#315780 Background Color

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

This div background color is #315780


#315780 Border Color

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

This div border color is #315780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315780


Comments

No comments written yet.

Please login to write comment.