Color Hex Logo

#507e88 Color Hex

#507E88
(80,126,136)
0 Favorites   0 Comments

Color spaces of #507e88

RGB 80126136
HSL0.530.260.42
HSV191°41°53°
CMYK 0.410.070.00   0.47
XYZ15.213118.404826.0432
Yxy18.40480.25500.3085
Hunter Lab42.9008-11.7784-5.9618
CIE-Lab49.9835-12.9365-10.3839

#507e88 color RGB value is (80,126,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 10001000
Octal 120 176 210
Decimal 80 126 136
Hex 50 7E 88

RGB Percentages of Color #507e88

%23.39
%36.84
%39.77

CMYK Percentages of Color #507e88

%41
%7
%0
%47

Triadic Colors of #507e88

#507e88 #88507e #7e8850

Analogous Colors of #507e88

#507e88 #506288 #508876

Monochromatic Colors of #507e88

#507e88

Complementary Color

#507e88 #885a50

#507e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507e88 Color CSS Codes

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

#507e88 Text Font Color

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

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


#507e88 Background Color

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

This div background color is #507e88


#507e88 Border Color

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

This div border color is #507e88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507e88


Comments

No comments written yet.

Please login to write comment.