Color Hex Logo

#508789 Color Hex

#508789
(80,135,137)
0 Favorites   0 Comments

Color spaces of #508789

RGB 80135137
HSL0.510.260.43
HSV182°42°54°
CMYK 0.420.010.00   0.46
XYZ16.487620.839626.8204
Yxy20.83960.25700.3249
Hunter Lab45.6504-15.4192-2.8786
CIE-Lab52.7735-17.5838-6.7964

#508789 color RGB value is (80,135,137).

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

The process color (four color CMYK) of #508789 color hex is 0.42, 0.01, 0.00, 0.46. Web safe color of #508789 is #669999. Color #508789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000111 10001001
Octal 120 207 211
Decimal 80 135 137
Hex 50 87 89

RGB Percentages of Color #508789

%22.73
%38.35
%38.92

CMYK Percentages of Color #508789

%42
%1
%0
%46

Triadic Colors of #508789

#508789 #895087 #878950

Analogous Colors of #508789

#508789 #506b89 #50896f

Monochromatic Colors of #508789

#508789

Complementary Color

#508789 #895250

#508789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508789 Color CSS Codes

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

#508789 Text Font Color

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

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


#508789 Background Color

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

This div background color is #508789


#508789 Border Color

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

This div border color is #508789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508789


Comments

No comments written yet.

Please login to write comment.