Color Hex Logo

#507380 Color Hex

#507380
(80,115,128)
0 Favorites   0 Comments

Color spaces of #507380

RGB 80115128
HSL0.550.230.41
HSV196°38°50°
CMYK 0.380.100.00   0.50
XYZ13.335315.525522.7159
Yxy15.52550.25860.3010
Hunter Lab39.4024-8.5429-6.5996
CIE-Lab46.3457-8.9201-11.1261

#507380 color RGB value is (80,115,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 10000000
Octal 120 163 200
Decimal 80 115 128
Hex 50 73 80

RGB Percentages of Color #507380

%24.77
%35.60
%39.63

CMYK Percentages of Color #507380

%38
%10
%0
%50

Triadic Colors of #507380

#507380 #805073 #738050

Analogous Colors of #507380

#507380 #505b80 #508075

Monochromatic Colors of #507380

#507380

Complementary Color

#507380 #805d50

#507380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507380 Color CSS Codes

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

#507380 Text Font Color

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

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


#507380 Background Color

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

This div background color is #507380


#507380 Border Color

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

This div border color is #507380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507380


Comments

No comments written yet.

Please login to write comment.