Color spaces of #504aae
RGB | 80 | 74 | 174 |
---|---|---|---|
HSL | 0.68 | 0.40 | 0.49 |
HSV | 244° | 57° | 68° |
CMYK | 0.54 | 0.57 | 0.00 0.32 |
XYZ | 13.3970 | 9.6590 | 41.2027 |
Yxy | 9.6590 | 0.2085 | 0.1503 |
Hunter Lab | 31.0789 | 22.5567 | -56.8481 |
CIE-Lab | 37.2233 | 30.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01001010 | 10101110 |
Octal | 120 | 112 | 256 |
Decimal | 80 | 74 | 174 |
Hex | 50 | 4A | AE |
Shades of #504aae
Tints of #504aae
RGB Percentages of Color #504aae
CMYK Percentages of Color #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.