Color Hex Logo

#505083 Color Hex

#505083
(80,80,131)
0 Favorites   0 Comments

Color spaces of #505083

RGB 8080131
HSL0.670.240.41
HSV240°39°51°
CMYK 0.390.390.00   0.49
XYZ10.27379.081522.6842
Yxy9.08150.24440.2160
Hunter Lab30.13558.1164-23.5351
CIE-Lab36.140713.4323-28.6657

#505083 color RGB value is (80,80,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 10000011
Octal 120 120 203
Decimal 80 80 131
Hex 50 50 83

RGB Percentages of Color #505083

%27.49
%27.49
%45.02

CMYK Percentages of Color #505083

%39
%39
%0
%49

Triadic Colors of #505083

#505083 #835050 #508350

Analogous Colors of #505083

#505083 #6a5083 #506a83

Monochromatic Colors of #505083

#505083

Complementary Color

#505083 #838350

#505083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505083 Color CSS Codes

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

#505083 Text Font Color

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

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


#505083 Background Color

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

This div background color is #505083


#505083 Border Color

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

This div border color is #505083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505083


Comments

No comments written yet.

Please login to write comment.