Color spaces of #543ceb
RGB | 84 | 60 | 235 |
---|---|---|---|
HSL | 0.69 | 0.81 | 0.58 |
HSV | 248° | 74° | 92° |
CMYK | 0.64 | 0.74 | 0.00 0.08 |
XYZ | 20.2674 | 11.1147 | 79.6744 |
Yxy | 11.1147 | 0.1825 | 0.1001 |
Hunter Lab | 33.3387 | 50.1716 | -118.3569 |
CIE-Lab | 39.7730 | 58.3139 | -84.0652 |
#543ceb color RGB value is (84,60,235).
#543ceb hex color red value is 84, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #543ceb hue: 0.69 , saturation: 0.81 and the lightness value of 543ceb is 0.58.
The process color (four color CMYK) of #543ceb color hex is 0.64, 0.74, 0.00, 0.08. Web safe color of #543ceb is #6633ff. Color #543ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00111100 | 11101011 |
Octal | 124 | 74 | 353 |
Decimal | 84 | 60 | 235 |
Hex | 54 | 3C | EB |
Shades of #543ceb
Tints of #543ceb
RGB Percentages of Color #543ceb
CMYK Percentages of Color #543ceb
Complementary Color
#543ceb | #d3eb3c |
#543ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#543ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#543ceb Color CSS Codes
.mybgcolor {background-color:#543ceb; } .myforecolor {color:#543ceb; } .mybordercolor {border:3px solid #543ceb; }
#543ceb Text Font Color
<p style="color:#543ceb">Text here</p>
This sample text font color is #543ceb
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.
#543ceb Background Color
<div style="background-color:#543ceb">
Div content here</div>
This div background color is #543ceb
#543ceb Border Color
<div style="border:3px solid #543ceb">
Div here</div>
This div border color is #543ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,60,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #543ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #543ceb; -webkit-box-shadow: 1px 1px 3px 2px #543ceb; box-shadow: 1px 1px 3px 2px #543ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,60,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #543ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #543ceb; -webkit-box-shadow: 1px 1px 3px 2px #543ceb; box-shadow: 1px 1px 3px 2px #543ceb;">
Div content here</div>
This div box has shadow with color #543ceb
Comments
No comments written yet.
Please login to write comment.