Color spaces of #500eea
RGB | 80 | 14 | 234 |
---|---|---|---|
HSL | 0.72 | 0.89 | 0.49 |
HSV | 258° | 94° | 92° |
CMYK | 0.66 | 0.94 | 0.00 0.08 |
XYZ | 18.3166 | 7.9601 | 78.4130 |
Yxy | 7.9601 | 0.1750 | 0.0760 |
Hunter Lab | 28.2136 | 66.5102 | -145.0326 |
CIE-Lab | 33.8996 | 73.7208 | -93.2355 |
#500eea color RGB value is (80,14,234).
#500eea hex color red value is 80, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #500eea hue: 0.72 , saturation: 0.89 and the lightness value of 500eea is 0.49.
The process color (four color CMYK) of #500eea color hex is 0.66, 0.94, 0.00, 0.08. Web safe color of #500eea is #6600ff. Color #500eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00001110 | 11101010 |
Octal | 120 | 16 | 352 |
Decimal | 80 | 14 | 234 |
Hex | 50 | E | EA |
Shades of #500eea
Tints of #500eea
RGB Percentages of Color #500eea
CMYK Percentages of Color #500eea
Complementary Color
#500eea | #a8ea0e |
#500eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#500eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#500eea Color CSS Codes
.mybgcolor {background-color:#500eea; } .myforecolor {color:#500eea; } .mybordercolor {border:3px solid #500eea; }
#500eea Text Font Color
<p style="color:#500eea">Text here</p>
This sample text font color is #500eea
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.
#500eea Background Color
<div style="background-color:#500eea">
Div content here</div>
This div background color is #500eea
#500eea Border Color
<div style="border:3px solid #500eea">
Div here</div>
This div border color is #500eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,14,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #500eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #500eea; -webkit-box-shadow: 1px 1px 3px 2px #500eea; box-shadow: 1px 1px 3px 2px #500eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,14,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #500eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #500eea; -webkit-box-shadow: 1px 1px 3px 2px #500eea; box-shadow: 1px 1px 3px 2px #500eea;">
Div content here</div>
This div box has shadow with color #500eea
Comments
No comments written yet.
Please login to write comment.