Color Hex Logo

#506388 Color Hex

#506388
(80,99,136)
0 Favorites   0 Comments

Color spaces of #506388

RGB 8099136
HSL0.610.260.42
HSV220°41°53°
CMYK 0.410.270.00   0.47
XYZ12.214012.406725.0435
Yxy12.40670.24590.2498
Hunter Lab35.22310.2563-17.4987
CIE-Lab41.85532.9386-22.7886

#506388 color RGB value is (80,99,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100011 10001000
Octal 120 143 210
Decimal 80 99 136
Hex 50 63 88

RGB Percentages of Color #506388

%25.40
%31.43
%43.17

CMYK Percentages of Color #506388

%41
%27
%0
%47

Triadic Colors of #506388

#506388 #885063 #638850

Analogous Colors of #506388

#506388 #595088 #507f88

Monochromatic Colors of #506388

#506388

Complementary Color

#506388 #887550

#506388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506388 Color CSS Codes

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

#506388 Text Font Color

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

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


#506388 Background Color

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

This div background color is #506388


#506388 Border Color

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

This div border color is #506388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506388


Comments

No comments written yet.

Please login to write comment.