Color Hex Logo

#506c7d Color Hex

#506C7D
(80,108,125)
0 Favorites   0 Comments

Color spaces of #506c7d

RGB 80108125
HSL0.560.220.40
HSV203°36°49°
CMYK 0.360.140.00   0.51
XYZ12.372513.911321.4351
Yxy13.91130.25930.2915
Hunter Lab37.2979-6.0590-7.9655
CIE-Lab44.1055-5.6734-12.7160

#506c7d color RGB value is (80,108,125).

#506c7d hex color red value is 80, green value is 108 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #506c7d hue: 0.56 , saturation: 0.22 and the lightness value of 506c7d is 0.40.

The process color (four color CMYK) of #506c7d color hex is 0.36, 0.14, 0.00, 0.51. Web safe color of #506c7d is #666666. Color #506c7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 01111101
Octal 120 154 175
Decimal 80 108 125
Hex 50 6C 7D

RGB Percentages of Color #506c7d

%25.56
%34.50
%39.94

CMYK Percentages of Color #506c7d

%36
%14
%0
%51

Triadic Colors of #506c7d

#506c7d #7d506c #6c7d50

Analogous Colors of #506c7d

#506c7d #50567d #507d78

Monochromatic Colors of #506c7d

#506c7d

Complementary Color

#506c7d #7d6150

#506c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#506c7d Color CSS Codes

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

#506c7d Text Font Color

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

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


#506c7d Background Color

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

This div background color is #506c7d


#506c7d Border Color

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

This div border color is #506c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,108,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #506c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #506c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #506c7d;
  box-shadow:         1px 1px 3px 2px #506c7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506c7d


Comments

No comments written yet.

Please login to write comment.