Color Hex Logo

#508389 Color Hex

#508389
(80,131,137)
0 Favorites   0 Comments

Color spaces of #508389

RGB 80131137
HSL0.520.260.43
HSV186°42°54°
CMYK 0.420.040.00   0.46
XYZ15.939919.744226.6378
Yxy19.74420.25580.3168
Hunter Lab44.4344-13.7273-4.4394
CIE-Lab51.5468-15.4187-8.6263

#508389 color RGB value is (80,131,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000011 10001001
Octal 120 203 211
Decimal 80 131 137
Hex 50 83 89

RGB Percentages of Color #508389

%22.99
%37.64
%39.37

CMYK Percentages of Color #508389

%42
%4
%0
%46

Triadic Colors of #508389

#508389 #895083 #838950

Analogous Colors of #508389

#508389 #506789 #508973

Monochromatic Colors of #508389

#508389

Complementary Color

#508389 #895650

#508389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508389 Color CSS Codes

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

#508389 Text Font Color

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

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


#508389 Background Color

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

This div background color is #508389


#508389 Border Color

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

This div border color is #508389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508389


Comments

No comments written yet.

Please login to write comment.