Color Hex Logo

#507678 Color Hex

#507678
(80,118,120)
0 Favorites   0 Comments

Color spaces of #507678

RGB 80118120
HSL0.510.200.39
HSV183°33°47°
CMYK 0.330.020.00   0.53
XYZ13.176916.018420.1667
Yxy16.01840.26690.3245
Hunter Lab40.0230-11.2721-1.8588
CIE-Lab46.9986-12.7672-5.3861

#507678 color RGB value is (80,118,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 01111000
Octal 120 166 170
Decimal 80 118 120
Hex 50 76 78

RGB Percentages of Color #507678

%25.16
%37.11
%37.74

CMYK Percentages of Color #507678

%33
%2
%0
%53

Triadic Colors of #507678

#507678 #785076 #767850

Analogous Colors of #507678

#507678 #506278 #507866

Monochromatic Colors of #507678

#507678

Complementary Color

#507678 #785250

#507678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507678 Color CSS Codes

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

#507678 Text Font Color

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

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


#507678 Background Color

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

This div background color is #507678


#507678 Border Color

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

This div border color is #507678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507678


Comments

No comments written yet.

Please login to write comment.