Color Hex Logo

#506182 Color Hex

#506182
(80,97,130)
0 Favorites   0 Comments

Color spaces of #506182

RGB 8097130
HSL0.610.240.41
HSV220°38°51°
CMYK 0.380.250.00   0.49
XYZ11.612211.866622.7975
Yxy11.86660.25090.2564
Hunter Lab34.4479-0.1126-15.1243
CIE-Lab41.00332.3972-20.4790

#506182 color RGB value is (80,97,130).

#506182 hex color red value is 80, green value is 97 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #506182 hue: 0.61 , saturation: 0.24 and the lightness value of 506182 is 0.41.

The process color (four color CMYK) of #506182 color hex is 0.38, 0.25, 0.00, 0.49. Web safe color of #506182 is #666699. Color #506182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 10000010
Octal 120 141 202
Decimal 80 97 130
Hex 50 61 82

RGB Percentages of Color #506182

%26.06
%31.60
%42.35

CMYK Percentages of Color #506182

%38
%25
%0
%49

Triadic Colors of #506182

#506182 #825061 #618250

Analogous Colors of #506182

#506182 #585082 #507a82

Monochromatic Colors of #506182

#506182

Complementary Color

#506182 #827150

#506182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506182 Color CSS Codes

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

#506182 Text Font Color

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

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


#506182 Background Color

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

This div background color is #506182


#506182 Border Color

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

This div border color is #506182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506182


Comments

No comments written yet.

Please login to write comment.