Color Hex Logo

#507689 Color Hex

#507689
(80,118,137)
0 Favorites   0 Comments

Color spaces of #507689

RGB 80118137
HSL0.560.260.43
HSV200°42°54°
CMYK 0.420.140.00   0.46
XYZ14.302116.468526.0918
Yxy16.46850.25150.2896
Hunter Lab40.5814-8.1087-9.7135
CIE-Lab47.5832-8.1215-14.5994

#507689 color RGB value is (80,118,137).

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

The process color (four color CMYK) of #507689 color hex is 0.42, 0.14, 0.00, 0.46. Web safe color of #507689 is #666699. Color #507689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 10001001
Octal 120 166 211
Decimal 80 118 137
Hex 50 76 89

RGB Percentages of Color #507689

%23.88
%35.22
%40.90

CMYK Percentages of Color #507689

%42
%14
%0
%46

Triadic Colors of #507689

#507689 #895076 #768950

Analogous Colors of #507689

#507689 #505a89 #508980

Monochromatic Colors of #507689

#507689

Complementary Color

#507689 #896350

#507689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507689 Color CSS Codes

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

#507689 Text Font Color

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

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


#507689 Background Color

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

This div background color is #507689


#507689 Border Color

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

This div border color is #507689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507689


Comments

No comments written yet.

Please login to write comment.