Color Hex Logo

#504983 Color Hex

#504983
(80,73,131)
0 Favorites   0 Comments

Color spaces of #504983

RGB 8073131
HSL0.690.280.40
HSV247°44°51°
CMYK 0.390.440.00   0.49
XYZ9.78758.109322.5221
Yxy8.10930.24220.2006
Hunter Lab28.476811.5161-26.9582
CIE-Lab34.209517.9385-31.7124

#504983 color RGB value is (80,73,131).

#504983 hex color red value is 80, green value is 73 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #504983 hue: 0.69 , saturation: 0.28 and the lightness value of 504983 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 10000011
Octal 120 111 203
Decimal 80 73 131
Hex 50 49 83

RGB Percentages of Color #504983

%28.17
%25.70
%46.13

CMYK Percentages of Color #504983

%39
%44
%0
%49

Triadic Colors of #504983

#504983 #835049 #498350

Analogous Colors of #504983

#504983 #6d4983 #495f83

Monochromatic Colors of #504983

#504983

Complementary Color

#504983 #7c8349

#504983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504983 Color CSS Codes

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

#504983 Text Font Color

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

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


#504983 Background Color

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

This div background color is #504983


#504983 Border Color

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

This div border color is #504983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504983


Comments

No comments written yet.

Please login to write comment.