Color Hex Logo

#504daa Color Hex

#504DAA
(80,77,170)
0 Favorites   0 Comments

Color spaces of #504daa

RGB 8077170
HSL0.670.380.48
HSV242°55°67°
CMYK 0.530.550.00   0.33
XYZ13.21789.915539.2474
Yxy9.91550.21190.1590
Hunter Lab31.488919.8217-51.8562
CIE-Lab37.690327.6221-49.7661

#504daa color RGB value is (80,77,170).

#504daa hex color red value is 80, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #504daa hue: 0.67 , saturation: 0.38 and the lightness value of 504daa is 0.48.

The process color (four color CMYK) of #504daa color hex is 0.53, 0.55, 0.00, 0.33. Web safe color of #504daa is #666699. Color #504daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001101 10101010
Octal 120 115 252
Decimal 80 77 170
Hex 50 4D AA

RGB Percentages of Color #504daa

%24.46
%23.55
%51.99

CMYK Percentages of Color #504daa

%53
%55
%0
%33

Triadic Colors of #504daa

#504daa #aa504d #4daa50

Analogous Colors of #504daa

#504daa #7f4daa #4d79aa

Monochromatic Colors of #504daa

#504daa

Complementary Color

#504daa #a7aa4d

#504daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#504daa Color CSS Codes

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

#504daa Text Font Color

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

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


#504daa Background Color

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

This div background color is #504daa


#504daa Border Color

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

This div border color is #504daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504daa


Comments

No comments written yet.

Please login to write comment.