Color spaces of #543dac
RGB | 84 | 61 | 172 |
---|---|---|---|
HSL | 0.70 | 0.48 | 0.46 |
HSV | 252° | 65° | 67° |
CMYK | 0.51 | 0.65 | 0.00 0.33 |
XYZ | 12.7713 | 8.2009 | 39.9395 |
Yxy | 8.2009 | 0.2097 | 0.1346 |
Hunter Lab | 28.6372 | 29.4903 | -62.6440 |
CIE-Lab | 34.3978 | 38.8636 | -56.2746 |
#543dac color RGB value is (84,61,172).
#543dac hex color red value is 84, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #543dac hue: 0.70 , saturation: 0.48 and the lightness value of 543dac is 0.46.
The process color (four color CMYK) of #543dac color hex is 0.51, 0.65, 0.00, 0.33. Web safe color of #543dac is #663399. Color #543dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00111101 | 10101100 |
Octal | 124 | 75 | 254 |
Decimal | 84 | 61 | 172 |
Hex | 54 | 3D | AC |
Shades of #543dac
Tints of #543dac
RGB Percentages of Color #543dac
CMYK Percentages of Color #543dac
Complementary Color
#543dac | #95ac3d |
#543dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#543dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#543dac Color CSS Codes
.mybgcolor {background-color:#543dac; } .myforecolor {color:#543dac; } .mybordercolor {border:3px solid #543dac; }
#543dac Text Font Color
<p style="color:#543dac">Text here</p>
This sample text font color is #543dac
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.
#543dac Background Color
<div style="background-color:#543dac">
Div content here</div>
This div background color is #543dac
#543dac Border Color
<div style="border:3px solid #543dac">
Div here</div>
This div border color is #543dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,61,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #543dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #543dac; -webkit-box-shadow: 1px 1px 3px 2px #543dac; box-shadow: 1px 1px 3px 2px #543dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,61,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #543dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #543dac; -webkit-box-shadow: 1px 1px 3px 2px #543dac; box-shadow: 1px 1px 3px 2px #543dac;">
Div content here</div>
This div box has shadow with color #543dac
Comments
No comments written yet.
Please login to write comment.