Color Hex Logo

#504583 Color Hex

#504583
(80,69,131)
0 Favorites   0 Comments

Color spaces of #504583

RGB 8069131
HSL0.700.310.39
HSV251°47°51°
CMYK 0.390.470.00   0.49
XYZ9.53317.600422.4373
Yxy7.60040.24090.1921
Hunter Lab27.568813.4786-28.9559
CIE-Lab33.136420.5155-33.4138

#504583 color RGB value is (80,69,131).

#504583 hex color red value is 80, green value is 69 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #504583 hue: 0.70 , saturation: 0.31 and the lightness value of 504583 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 10000011
Octal 120 105 203
Decimal 80 69 131
Hex 50 45 83

RGB Percentages of Color #504583

%28.57
%24.64
%46.79

CMYK Percentages of Color #504583

%39
%47
%0
%49

Triadic Colors of #504583

#504583 #835045 #458350

Analogous Colors of #504583

#504583 #6f4583 #455983

Monochromatic Colors of #504583

#504583

Complementary Color

#504583 #788345

#504583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504583 Color CSS Codes

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

#504583 Text Font Color

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

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


#504583 Background Color

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

This div background color is #504583


#504583 Border Color

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

This div border color is #504583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504583


Comments

No comments written yet.

Please login to write comment.