Color spaces of #543cef
RGB | 84 | 60 | 239 |
---|---|---|---|
HSL | 0.69 | 0.85 | 0.59 |
HSV | 248° | 75° | 94° |
CMYK | 0.65 | 0.75 | 0.00 0.06 |
XYZ | 20.8520 | 11.3485 | 82.7528 |
Yxy | 11.3485 | 0.1814 | 0.0987 |
Hunter Lab | 33.6875 | 51.5352 | -122.0635 |
CIE-Lab | 40.1613 | 59.4848 | -85.6875 |
#543cef color RGB value is (84,60,239).
#543cef hex color red value is 84, green value is 60 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #543cef hue: 0.69 , saturation: 0.85 and the lightness value of 543cef is 0.59.
The process color (four color CMYK) of #543cef color hex is 0.65, 0.75, 0.00, 0.06. Web safe color of #543cef is #6633ff. Color #543cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00111100 | 11101111 |
Octal | 124 | 74 | 357 |
Decimal | 84 | 60 | 239 |
Hex | 54 | 3C | EF |
Shades of #543cef
Tints of #543cef
RGB Percentages of Color #543cef
CMYK Percentages of Color #543cef
Complementary Color
#543cef | #d7ef3c |
#543cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#543cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#543cef Color CSS Codes
.mybgcolor {background-color:#543cef; } .myforecolor {color:#543cef; } .mybordercolor {border:3px solid #543cef; }
#543cef Text Font Color
<p style="color:#543cef">Text here</p>
This sample text font color is #543cef
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.
#543cef Background Color
<div style="background-color:#543cef">
Div content here</div>
This div background color is #543cef
#543cef Border Color
<div style="border:3px solid #543cef">
Div here</div>
This div border color is #543cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,60,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #543cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #543cef; -webkit-box-shadow: 1px 1px 3px 2px #543cef; box-shadow: 1px 1px 3px 2px #543cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,60,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #543cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #543cef; -webkit-box-shadow: 1px 1px 3px 2px #543cef; box-shadow: 1px 1px 3px 2px #543cef;">
Div content here</div>
This div box has shadow with color #543cef
Comments
No comments written yet.
Please login to write comment.