Color Hex Logo

#506982 Color Hex

#506982
(80,105,130)
0 Favorites   0 Comments

Color spaces of #506982

RGB 80105130
HSL0.580.240.41
HSV210°38°51°
CMYK 0.380.190.00   0.49
XYZ12.389113.420323.0565
Yxy13.42030.25350.2746
Hunter Lab36.6337-3.7424-11.6723
CIE-Lab43.3898-2.4756-16.8124

#506982 color RGB value is (80,105,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101001 10000010
Octal 120 151 202
Decimal 80 105 130
Hex 50 69 82

RGB Percentages of Color #506982

%25.40
%33.33
%41.27

CMYK Percentages of Color #506982

%38
%19
%0
%49

Triadic Colors of #506982

#506982 #825069 #698250

Analogous Colors of #506982

#506982 #505082 #508282

Monochromatic Colors of #506982

#506982

Complementary Color

#506982 #826950

#506982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506982 Color CSS Codes

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

#506982 Text Font Color

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

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


#506982 Background Color

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

This div background color is #506982


#506982 Border Color

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

This div border color is #506982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506982


Comments

No comments written yet.

Please login to write comment.