Color spaces of #502eae
RGB | 80 | 46 | 174 |
---|---|---|---|
HSL | 0.71 | 0.58 | 0.43 |
HSV | 256° | 74° | 68° |
CMYK | 0.54 | 0.74 | 0.00 0.32 |
XYZ | 11.9252 | 6.7155 | 40.7121 |
Yxy | 6.7155 | 0.2009 | 0.1131 |
Hunter Lab | 25.9143 | 36.7919 | -75.0063 |
CIE-Lab | 31.1503 | 47.0766 | -62.7911 |
#502eae color RGB value is (80,46,174).
#502eae hex color red value is 80, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #502eae hue: 0.71 , saturation: 0.58 and the lightness value of 502eae is 0.43.
The process color (four color CMYK) of #502eae color hex is 0.54, 0.74, 0.00, 0.32. Web safe color of #502eae is #663399. Color #502eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00101110 | 10101110 |
Octal | 120 | 56 | 256 |
Decimal | 80 | 46 | 174 |
Hex | 50 | 2E | AE |
Shades of #502eae
Tints of #502eae
RGB Percentages of Color #502eae
CMYK Percentages of Color #502eae
Complementary Color
#502eae | #8cae2e |
#502eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#502eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#502eae Color CSS Codes
.mybgcolor {background-color:#502eae; } .myforecolor {color:#502eae; } .mybordercolor {border:3px solid #502eae; }
#502eae Text Font Color
<p style="color:#502eae">Text here</p>
This sample text font color is #502eae
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.
#502eae Background Color
<div style="background-color:#502eae">
Div content here</div>
This div background color is #502eae
#502eae Border Color
<div style="border:3px solid #502eae">
Div here</div>
This div border color is #502eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,46,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #502eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #502eae; -webkit-box-shadow: 1px 1px 3px 2px #502eae; box-shadow: 1px 1px 3px 2px #502eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,46,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 #502eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #502eae; -webkit-box-shadow: 1px 1px 3px 2px #502eae; box-shadow: 1px 1px 3px 2px #502eae;">
Div content here</div>
This div box has shadow with color #502eae
Comments
No comments written yet.
Please login to write comment.