Color Hex Logo

#505086 Color Hex

#505086
(80,80,134)
0 Favorites   0 Comments

Color spaces of #505086

RGB 8080134
HSL0.670.250.42
HSV240°40°53°
CMYK 0.400.400.00   0.47
XYZ10.48009.164023.7707
Yxy9.16400.24140.2111
Hunter Lab30.27218.8193-25.3661
CIE-Lab36.298214.3374-30.2578

#505086 color RGB value is (80,80,134).

#505086 hex color red value is 80, green value is 80 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #505086 hue: 0.67 , saturation: 0.25 and the lightness value of 505086 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 10000110
Octal 120 120 206
Decimal 80 80 134
Hex 50 50 86

RGB Percentages of Color #505086

%27.21
%27.21
%45.58

CMYK Percentages of Color #505086

%40
%40
%0
%47

Triadic Colors of #505086

#505086 #865050 #508650

Analogous Colors of #505086

#505086 #6b5086 #506b86

Monochromatic Colors of #505086

#505086

Complementary Color

#505086 #868650

#505086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505086 Color CSS Codes

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

#505086 Text Font Color

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

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


#505086 Background Color

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

This div background color is #505086


#505086 Border Color

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

This div border color is #505086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505086


Comments

No comments written yet.

Please login to write comment.