Color Hex Logo

#507487 Color Hex

#507487
(80,116,135)
0 Favorites   0 Comments

Color spaces of #507487

RGB 80116135
HSL0.560.260.42
HSV201°41°53°
CMYK 0.410.140.00   0.47
XYZ13.926815.945525.2654
Yxy15.94550.25260.2892
Hunter Lab39.9318-7.6262-9.5613
CIE-Lab46.9029-7.5359-14.4468

#507487 color RGB value is (80,116,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110100 10000111
Octal 120 164 207
Decimal 80 116 135
Hex 50 74 87

RGB Percentages of Color #507487

%24.17
%35.05
%40.79

CMYK Percentages of Color #507487

%41
%14
%0
%47

Triadic Colors of #507487

#507487 #875074 #748750

Analogous Colors of #507487

#507487 #505987 #50877f

Monochromatic Colors of #507487

#507487

Complementary Color

#507487 #876350

#507487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507487 Color CSS Codes

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

#507487 Text Font Color

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

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


#507487 Background Color

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

This div background color is #507487


#507487 Border Color

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

This div border color is #507487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507487


Comments

No comments written yet.

Please login to write comment.