Color spaces of #5411ea
RGB | 84 | 17 | 234 |
---|---|---|---|
HSL | 0.72 | 0.86 | 0.49 |
HSV | 259° | 93° | 92° |
CMYK | 0.64 | 0.93 | 0.00 0.08 |
XYZ | 18.7079 | 8.2262 | 78.4437 |
Yxy | 8.2262 | 0.1775 | 0.0781 |
Hunter Lab | 28.6814 | 66.2373 | -142.0816 |
CIE-Lab | 34.4496 | 73.3925 | -92.3106 |
#5411ea color RGB value is (84,17,234).
#5411ea hex color red value is 84, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5411ea hue: 0.72 , saturation: 0.86 and the lightness value of 5411ea is 0.49.
The process color (four color CMYK) of #5411ea color hex is 0.64, 0.93, 0.00, 0.08. Web safe color of #5411ea is #6600ff. Color #5411ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00010001 | 11101010 |
Octal | 124 | 21 | 352 |
Decimal | 84 | 17 | 234 |
Hex | 54 | 11 | EA |
Shades of #5411ea
Tints of #5411ea
RGB Percentages of Color #5411ea
CMYK Percentages of Color #5411ea
Complementary Color
#5411ea | #a7ea11 |
#5411ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5411ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#5411ea Color CSS Codes
.mybgcolor {background-color:#5411ea; } .myforecolor {color:#5411ea; } .mybordercolor {border:3px solid #5411ea; }
#5411ea Text Font Color
<p style="color:#5411ea">Text here</p>
This sample text font color is #5411ea
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.
#5411ea Background Color
<div style="background-color:#5411ea">
Div content here</div>
This div background color is #5411ea
#5411ea Border Color
<div style="border:3px solid #5411ea">
Div here</div>
This div border color is #5411ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,17,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5411ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5411ea; -webkit-box-shadow: 1px 1px 3px 2px #5411ea; box-shadow: 1px 1px 3px 2px #5411ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,17,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 #5411ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5411ea; -webkit-box-shadow: 1px 1px 3px 2px #5411ea; box-shadow: 1px 1px 3px 2px #5411ea;">
Div content here</div>
This div box has shadow with color #5411ea
Comments
No comments written yet.
Please login to write comment.