Color Hex Logo

#504aae Color Hex

#504AAE
(80,74,174)
0 Favorites   0 Comments

Color spaces of #504aae

RGB 8074174
HSL0.680.400.49
HSV244°57°68°
CMYK 0.540.570.00   0.32
XYZ13.39709.659041.2027
Yxy9.65900.20850.1503
Hunter Lab31.078922.5567-56.8481
CIE-Lab37.223330.8005-52.8968

#504aae color RGB value is (80,74,174).

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

The process color (four color CMYK) of #504aae color hex is 0.54, 0.57, 0.00, 0.32. Web safe color of #504aae is #663399. Color #504aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 10101110
Octal 120 112 256
Decimal 80 74 174
Hex 50 4A AE

RGB Percentages of Color #504aae

%24.39
%22.56
%53.05

CMYK Percentages of Color #504aae

%54
%57
%0
%32

Triadic Colors of #504aae

#504aae #ae504a #4aae50

Analogous Colors of #504aae

#504aae #824aae #4a76ae

Monochromatic Colors of #504aae

#504aae

Complementary Color

#504aae #a8ae4a

#504aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#504aae Color CSS Codes

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

#504aae Text Font Color

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

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


#504aae Background Color

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

This div background color is #504aae


#504aae Border Color

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

This div border color is #504aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504aae


Comments

No comments written yet.

Please login to write comment.