Color Hex Logo

#505988 Color Hex

#505988
(80,89,136)
0 Favorites   0 Comments

Color spaces of #505988

RGB 8089136
HSL0.640.260.42
HSV230°41°53°
CMYK 0.410.350.00   0.47
XYZ11.324610.627824.7471
Yxy10.62780.24250.2276
Hunter Lab32.60034.9563-22.1872
CIE-Lab38.94649.1979-27.3187

#505988 color RGB value is (80,89,136).

#505988 hex color red value is 80, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #505988 hue: 0.64 , saturation: 0.26 and the lightness value of 505988 is 0.42.

The process color (four color CMYK) of #505988 color hex is 0.41, 0.35, 0.00, 0.47. Web safe color of #505988 is #666699. Color #505988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 10001000
Octal 120 131 210
Decimal 80 89 136
Hex 50 59 88

RGB Percentages of Color #505988

%26.23
%29.18
%44.59

CMYK Percentages of Color #505988

%41
%35
%0
%47

Triadic Colors of #505988

#505988 #885059 #598850

Analogous Colors of #505988

#505988 #635088 #507588

Monochromatic Colors of #505988

#505988

Complementary Color

#505988 #887f50

#505988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505988 Color CSS Codes

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

#505988 Text Font Color

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

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


#505988 Background Color

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

This div background color is #505988


#505988 Border Color

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

This div border color is #505988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505988


Comments

No comments written yet.

Please login to write comment.