Color Hex Logo

#504dae Color Hex

#504DAE
(80,77,174)
0 Favorites   0 Comments

Color spaces of #504dae

RGB 8077174
HSL0.670.390.49
HSV242°56°68°
CMYK 0.540.560.00   0.32
XYZ13.602110.069241.2710
Yxy10.06920.20940.1550
Hunter Lab31.732020.9840-54.9008
CIE-Lab37.966328.9191-51.6956

#504dae color RGB value is (80,77,174).

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

The process color (four color CMYK) of #504dae color hex is 0.54, 0.56, 0.00, 0.32. Web safe color of #504dae is #666699. Color #504dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001101 10101110
Octal 120 115 256
Decimal 80 77 174
Hex 50 4D AE

RGB Percentages of Color #504dae

%24.17
%23.26
%52.57

CMYK Percentages of Color #504dae

%54
%56
%0
%32

Triadic Colors of #504dae

#504dae #ae504d #4dae50

Analogous Colors of #504dae

#504dae #814dae #4d7bae

Monochromatic Colors of #504dae

#504dae

Complementary Color

#504dae #abae4d

#504dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#504dae Color CSS Codes

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

#504dae Text Font Color

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

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


#504dae Background Color

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

This div background color is #504dae


#504dae Border Color

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

This div border color is #504dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504dae


Comments

No comments written yet.

Please login to write comment.