Color Hex Logo

#504eac Color Hex

#504EAC
(80,78,172)
0 Favorites   0 Comments

Color spaces of #504eac

RGB 8078172
HSL0.670.380.49
HSV241°55°67°
CMYK 0.530.550.00   0.33
XYZ13.479010.132840.2751
Yxy10.13280.21100.1586
Hunter Lab31.832119.8781-52.7335
CIE-Lab38.079727.6390-50.3264

#504eac color RGB value is (80,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001110 10101100
Octal 120 116 254
Decimal 80 78 172
Hex 50 4E AC

RGB Percentages of Color #504eac

%24.24
%23.64
%52.12

CMYK Percentages of Color #504eac

%53
%55
%0
%33

Triadic Colors of #504eac

#504eac #ac504e #4eac50

Analogous Colors of #504eac

#504eac #7f4eac #4e7bac

Monochromatic Colors of #504eac

#504eac

Complementary Color

#504eac #aaac4e

#504eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#504eac Color CSS Codes

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

#504eac Text Font Color

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

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


#504eac Background Color

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

This div background color is #504eac


#504eac Border Color

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

This div border color is #504eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504eac


Comments

No comments written yet.

Please login to write comment.