Color spaces of #543eae
RGB | 84 | 62 | 174 |
---|---|---|---|
HSL | 0.70 | 0.47 | 0.46 |
HSV | 252° | 64° | 68° |
CMYK | 0.52 | 0.64 | 0.00 0.32 |
XYZ | 13.0188 | 8.3861 | 40.9769 |
Yxy | 8.3861 | 0.2087 | 0.1344 |
Hunter Lab | 28.9588 | 29.5692 | -63.6247 |
CIE-Lab | 34.7744 | 38.8843 | -56.8543 |
#543eae color RGB value is (84,62,174).
#543eae hex color red value is 84, green value is 62 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #543eae hue: 0.70 , saturation: 0.47 and the lightness value of 543eae is 0.46.
The process color (four color CMYK) of #543eae color hex is 0.52, 0.64, 0.00, 0.32. Web safe color of #543eae is #663399. Color #543eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00111110 | 10101110 |
Octal | 124 | 76 | 256 |
Decimal | 84 | 62 | 174 |
Hex | 54 | 3E | AE |
Shades of #543eae
Tints of #543eae
RGB Percentages of Color #543eae
CMYK Percentages of Color #543eae
Complementary Color
#543eae | #98ae3e |
#543eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#543eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#543eae Color CSS Codes
.mybgcolor {background-color:#543eae; } .myforecolor {color:#543eae; } .mybordercolor {border:3px solid #543eae; }
#543eae Text Font Color
<p style="color:#543eae">Text here</p>
This sample text font color is #543eae
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.
#543eae Background Color
<div style="background-color:#543eae">
Div content here</div>
This div background color is #543eae
#543eae Border Color
<div style="border:3px solid #543eae">
Div here</div>
This div border color is #543eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,62,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #543eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #543eae; -webkit-box-shadow: 1px 1px 3px 2px #543eae; box-shadow: 1px 1px 3px 2px #543eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,62,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 #543eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #543eae; -webkit-box-shadow: 1px 1px 3px 2px #543eae; box-shadow: 1px 1px 3px 2px #543eae;">
Div content here</div>
This div box has shadow with color #543eae
Comments
No comments written yet.
Please login to write comment.