Color Hex Logo

#506196 Color Hex

#506196
(80,97,150)
0 Favorites   0 Comments

Color spaces of #506196

RGB 8097150
HSL0.630.300.45
HSV225°47°59°
CMYK 0.470.350.00   0.41
XYZ13.088012.456930.5688
Yxy12.45690.23320.2220
Hunter Lab35.29434.4271-26.6457
CIE-Lab41.93338.4829-31.0743

#506196 color RGB value is (80,97,150).

#506196 hex color red value is 80, green value is 97 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #506196 hue: 0.63 , saturation: 0.30 and the lightness value of 506196 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 10010110
Octal 120 141 226
Decimal 80 97 150
Hex 50 61 96

RGB Percentages of Color #506196

%24.46
%29.66
%45.87

CMYK Percentages of Color #506196

%47
%35
%0
%41

Triadic Colors of #506196

#506196 #965061 #619650

Analogous Colors of #506196

#506196 #625096 #508496

Monochromatic Colors of #506196

#506196

Complementary Color

#506196 #968550

#506196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506196 Color CSS Codes

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

#506196 Text Font Color

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

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


#506196 Background Color

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

This div background color is #506196


#506196 Border Color

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

This div border color is #506196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506196


Comments

No comments written yet.

Please login to write comment.