Color Hex Logo

#504480 Color Hex

#504480
(80,68,128)
0 Favorites   0 Comments

Color spaces of #504480

RGB 8068128
HSL0.700.310.38
HSV252°47°50°
CMYK 0.380.470.00   0.50
XYZ9.27177.398221.3614
Yxy7.39820.24380.1945
Hunter Lab27.199613.2470-27.5240
CIE-Lab32.696820.2675-32.2527

#504480 color RGB value is (80,68,128).

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

The process color (four color CMYK) of #504480 color hex is 0.38, 0.47, 0.00, 0.50. Web safe color of #504480 is #663399. Color #504480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000100 10000000
Octal 120 104 200
Decimal 80 68 128
Hex 50 44 80

RGB Percentages of Color #504480

%28.99
%24.64
%46.38

CMYK Percentages of Color #504480

%38
%47
%0
%50

Triadic Colors of #504480

#504480 #805044 #448050

Analogous Colors of #504480

#504480 #6e4480 #445680

Monochromatic Colors of #504480

#504480

Complementary Color

#504480 #748044

#504480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504480 Color CSS Codes

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

#504480 Text Font Color

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

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


#504480 Background Color

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

This div background color is #504480


#504480 Border Color

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

This div border color is #504480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504480


Comments

No comments written yet.

Please login to write comment.