Color Hex Logo

#505874 Color Hex

#505874
(80,88,116)
0 Favorites   0 Comments

Color spaces of #505874

RGB 8088116
HSL0.630.180.38
HSV227°31°45°
CMYK 0.310.240.00   0.55
XYZ9.95049.945917.9183
Yxy9.94590.26310.2630
Hunter Lab31.53711.1293-11.6105
CIE-Lab37.74523.9916-16.9355

#505874 color RGB value is (80,88,116).

#505874 hex color red value is 80, green value is 88 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #505874 hue: 0.63 , saturation: 0.18 and the lightness value of 505874 is 0.38.

The process color (four color CMYK) of #505874 color hex is 0.31, 0.24, 0.00, 0.55. Web safe color of #505874 is #666666. Color #505874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 01110100
Octal 120 130 164
Decimal 80 88 116
Hex 50 58 74

RGB Percentages of Color #505874

%28.17
%30.99
%40.85

CMYK Percentages of Color #505874

%31
%24
%0
%55

Triadic Colors of #505874

#505874 #745058 #587450

Analogous Colors of #505874

#505874 #5a5074 #506a74

Monochromatic Colors of #505874

#505874

Complementary Color

#505874 #746c50

#505874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505874 Color CSS Codes

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

#505874 Text Font Color

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

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


#505874 Background Color

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

This div background color is #505874


#505874 Border Color

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

This div border color is #505874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505874

#505874 Color Palettes


Comments

No comments written yet.

Please login to write comment.