Color Hex Logo

#507688 Color Hex

#507688
(80,118,136)
0 Favorites   0 Comments

Color spaces of #507688

RGB 80118136
HSL0.550.260.42
HSV199°41°53°
CMYK 0.410.130.00   0.47
XYZ14.230616.439925.7157
Yxy16.43990.25240.2916
Hunter Lab40.5461-8.3071-9.2214
CIE-Lab47.5464-8.4067-14.0631

#507688 color RGB value is (80,118,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 10001000
Octal 120 166 210
Decimal 80 118 136
Hex 50 76 88

RGB Percentages of Color #507688

%23.95
%35.33
%40.72

CMYK Percentages of Color #507688

%41
%13
%0
%47

Triadic Colors of #507688

#507688 #885076 #768850

Analogous Colors of #507688

#507688 #505a88 #50887e

Monochromatic Colors of #507688

#507688

Complementary Color

#507688 #886250

#507688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507688 Color CSS Codes

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

#507688 Text Font Color

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

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


#507688 Background Color

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

This div background color is #507688


#507688 Border Color

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

This div border color is #507688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507688


Comments

No comments written yet.

Please login to write comment.