Color Hex Logo

#507180 Color Hex

#507180
(80,113,128)
0 Favorites   0 Comments

Color spaces of #507180

RGB 80113128
HSL0.550.230.41
HSV199°38°50°
CMYK 0.380.120.00   0.50
XYZ13.109715.074222.6407
Yxy15.07420.25790.2966
Hunter Lab38.8255-7.6729-7.3965
CIE-Lab45.7357-7.7641-12.0469

#507180 color RGB value is (80,113,128).

#507180 hex color red value is 80, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #507180 hue: 0.55 , saturation: 0.23 and the lightness value of 507180 is 0.41.

The process color (four color CMYK) of #507180 color hex is 0.38, 0.12, 0.00, 0.50. Web safe color of #507180 is #666699. Color #507180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110001 10000000
Octal 120 161 200
Decimal 80 113 128
Hex 50 71 80

RGB Percentages of Color #507180

%24.92
%35.20
%39.88

CMYK Percentages of Color #507180

%38
%12
%0
%50

Triadic Colors of #507180

#507180 #805071 #718050

Analogous Colors of #507180

#507180 #505980 #508077

Monochromatic Colors of #507180

#507180

Complementary Color

#507180 #805f50

#507180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507180 Color CSS Codes

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

#507180 Text Font Color

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

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


#507180 Background Color

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

This div background color is #507180


#507180 Border Color

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

This div border color is #507180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507180


Comments

No comments written yet.

Please login to write comment.