Color Hex Logo

#507088 Color Hex

#507088
(80,112,136)
0 Favorites   0 Comments

Color spaces of #507088

RGB 80112136
HSL0.570.260.42
HSV206°41°53°
CMYK 0.410.180.00   0.47
XYZ13.546415.071425.4877
Yxy15.07140.25040.2786
Hunter Lab38.8219-5.6531-11.7503
CIE-Lab45.7318-4.9104-16.8252

#507088 color RGB value is (80,112,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 10001000
Octal 120 160 210
Decimal 80 112 136
Hex 50 70 88

RGB Percentages of Color #507088

%24.39
%34.15
%41.46

CMYK Percentages of Color #507088

%41
%18
%0
%47

Triadic Colors of #507088

#507088 #885070 #708850

Analogous Colors of #507088

#507088 #505488 #508884

Monochromatic Colors of #507088

#507088

Complementary Color

#507088 #886850

#507088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507088 Color CSS Codes

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

#507088 Text Font Color

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

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


#507088 Background Color

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

This div background color is #507088


#507088 Border Color

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

This div border color is #507088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507088

#507088 Color Palettes


Comments

No comments written yet.

Please login to write comment.