Color Hex Logo

#505075 Color Hex

#505075
(80,80,117)
0 Favorites   0 Comments

Color spaces of #505075

RGB 8080117
HSL0.670.190.39
HSV240°32°46°
CMYK 0.320.320.00   0.54
XYZ9.38788.727118.0193
Yxy8.72710.25980.2415
Hunter Lab29.54175.0261-15.4855
CIE-Lab35.45359.3419-21.0923

#505075 color RGB value is (80,80,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 01110101
Octal 120 120 165
Decimal 80 80 117
Hex 50 50 75

RGB Percentages of Color #505075

%28.88
%28.88
%42.24

CMYK Percentages of Color #505075

%32
%32
%0
%54

Triadic Colors of #505075

#505075 #755050 #507550

Analogous Colors of #505075

#505075 #635075 #506375

Monochromatic Colors of #505075

#505075

Complementary Color

#505075 #757550

#505075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505075 Color CSS Codes

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

#505075 Text Font Color

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

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


#505075 Background Color

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

This div background color is #505075


#505075 Border Color

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

This div border color is #505075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505075


Comments

No comments written yet.

Please login to write comment.