Color Hex Logo

#506e82 Color Hex

#506E82
(80,110,130)
0 Favorites   0 Comments

Color spaces of #506e82

RGB 80110130
HSL0.570.240.41
HSV204°38°51°
CMYK 0.380.150.00   0.49
XYZ12.913514.469023.2313
Yxy14.46900.25510.2859
Hunter Lab38.0381-5.9681-9.5839
CIE-Lab44.8982-5.4494-14.5123

#506e82 color RGB value is (80,110,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 10000010
Octal 120 156 202
Decimal 80 110 130
Hex 50 6E 82

RGB Percentages of Color #506e82

%25.00
%34.38
%40.63

CMYK Percentages of Color #506e82

%38
%15
%0
%49

Triadic Colors of #506e82

#506e82 #82506e #6e8250

Analogous Colors of #506e82

#506e82 #505582 #50827d

Monochromatic Colors of #506e82

#506e82

Complementary Color

#506e82 #826450

#506e82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506e82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506e82 Color CSS Codes

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

#506e82 Text Font Color

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

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


#506e82 Background Color

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

This div background color is #506e82


#506e82 Border Color

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

This div border color is #506e82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506e82


Comments

No comments written yet.

Please login to write comment.