Color Hex Logo

#507275 Color Hex

#507275
(80,114,117)
0 Favorites   0 Comments

Color spaces of #507275

RGB 80114117
HSL0.510.190.39
HSV185°32°46°
CMYK 0.320.030.00   0.54
XYZ12.536515.024519.0689
Yxy15.02450.26890.3222
Hunter Lab38.7614-10.1008-2.0350
CIE-Lab45.6677-11.2927-5.5733

#507275 color RGB value is (80,114,117).

#507275 hex color red value is 80, green value is 114 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #507275 hue: 0.51 , saturation: 0.19 and the lightness value of 507275 is 0.39.

The process color (four color CMYK) of #507275 color hex is 0.32, 0.03, 0.00, 0.54. Web safe color of #507275 is #666666. Color #507275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110010 01110101
Octal 120 162 165
Decimal 80 114 117
Hex 50 72 75

RGB Percentages of Color #507275

%25.72
%36.66
%37.62

CMYK Percentages of Color #507275

%32
%3
%0
%54

Triadic Colors of #507275

#507275 #755072 #727550

Analogous Colors of #507275

#507275 #506075 #507566

Monochromatic Colors of #507275

#507275

Complementary Color

#507275 #755350

#507275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507275 Color CSS Codes

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

#507275 Text Font Color

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

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


#507275 Background Color

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

This div background color is #507275


#507275 Border Color

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

This div border color is #507275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507275


Comments

No comments written yet.

Please login to write comment.