Color Hex Logo

#506787 Color Hex

#506787
(80,103,135)
0 Favorites   0 Comments

Color spaces of #506787

RGB 80103135
HSL0.600.260.42
HSV215°41°53°
CMYK 0.410.240.00   0.47
XYZ12.531713.155224.8004
Yxy13.15520.24820.2606
Hunter Lab36.2701-1.7990-15.1516
CIE-Lab42.99620.1902-20.4239

#506787 color RGB value is (80,103,135).

#506787 hex color red value is 80, green value is 103 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #506787 hue: 0.60 , saturation: 0.26 and the lightness value of 506787 is 0.42.

The process color (four color CMYK) of #506787 color hex is 0.41, 0.24, 0.00, 0.47. Web safe color of #506787 is #666699. Color #506787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100111 10000111
Octal 120 147 207
Decimal 80 103 135
Hex 50 67 87

RGB Percentages of Color #506787

%25.16
%32.39
%42.45

CMYK Percentages of Color #506787

%41
%24
%0
%47

Triadic Colors of #506787

#506787 #875067 #678750

Analogous Colors of #506787

#506787 #555087 #508387

Monochromatic Colors of #506787

#506787

Complementary Color

#506787 #877050

#506787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506787 Color CSS Codes

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

#506787 Text Font Color

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

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


#506787 Background Color

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

This div background color is #506787


#506787 Border Color

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

This div border color is #506787


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,103,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #506787; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #506787;
  -webkit-box-shadow: 1px 1px 3px 2px #506787;
  box-shadow:         1px 1px 3px 2px #506787; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,103,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506787


Comments

No comments written yet.

Please login to write comment.