Color Hex Logo

#507778 Color Hex

#507778
(80,119,120)
0 Favorites   0 Comments

Color spaces of #507778

RGB 80119120
HSL0.500.200.39
HSV182°33°47°
CMYK 0.330.010.00   0.53
XYZ13.295316.255220.2061
Yxy16.25520.26720.3267
Hunter Lab40.3177-11.6933-1.4920
CIE-Lab47.3075-13.3260-4.9277

#507778 color RGB value is (80,119,120).

#507778 hex color red value is 80, green value is 119 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #507778 hue: 0.50 , saturation: 0.20 and the lightness value of 507778 is 0.39.

The process color (four color CMYK) of #507778 color hex is 0.33, 0.01, 0.00, 0.53. Web safe color of #507778 is #666666. Color #507778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 01111000
Octal 120 167 170
Decimal 80 119 120
Hex 50 77 78

RGB Percentages of Color #507778

%25.08
%37.30
%37.62

CMYK Percentages of Color #507778

%33
%1
%0
%53

Triadic Colors of #507778

#507778 #785077 #777850

Analogous Colors of #507778

#507778 #506378 #507865

Monochromatic Colors of #507778

#507778

Complementary Color

#507778 #785150

#507778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507778 Color CSS Codes

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

#507778 Text Font Color

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

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


#507778 Background Color

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

This div background color is #507778


#507778 Border Color

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

This div border color is #507778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507778


Comments

No comments written yet.

Please login to write comment.