Color Hex Logo

#507786 Color Hex

#507786
(80,119,134)
0 Favorites   0 Comments

Color spaces of #507786

RGB 80119134
HSL0.550.250.42
HSV197°40°53°
CMYK 0.400.110.00   0.47
XYZ14.208216.620425.0135
Yxy16.62040.25440.2976
Hunter Lab40.7681-9.1347-7.8400
CIE-Lab47.7781-9.5449-12.5279

#507786 color RGB value is (80,119,134).

#507786 hex color red value is 80, green value is 119 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #507786 hue: 0.55 , saturation: 0.25 and the lightness value of 507786 is 0.42.

The process color (four color CMYK) of #507786 color hex is 0.40, 0.11, 0.00, 0.47. Web safe color of #507786 is #666699. Color #507786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 10000110
Octal 120 167 206
Decimal 80 119 134
Hex 50 77 86

RGB Percentages of Color #507786

%24.02
%35.74
%40.24

CMYK Percentages of Color #507786

%40
%11
%0
%47

Triadic Colors of #507786

#507786 #865077 #778650

Analogous Colors of #507786

#507786 #505c86 #50867a

Monochromatic Colors of #507786

#507786

Complementary Color

#507786 #865f50

#507786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507786 Color CSS Codes

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

#507786 Text Font Color

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

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


#507786 Background Color

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

This div background color is #507786


#507786 Border Color

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

This div border color is #507786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507786


Comments

No comments written yet.

Please login to write comment.