Color spaces of #541eee
RGB | 84 | 30 | 238 |
---|---|---|---|
HSL | 0.71 | 0.86 | 0.53 |
HSV | 256° | 87° | 93° |
CMYK | 0.65 | 0.87 | 0.00 0.07 |
XYZ | 19.5530 | 8.9864 | 81.5929 |
Yxy | 8.9864 | 0.1775 | 0.0816 |
Hunter Lab | 29.9773 | 63.9680 | -140.3926 |
CIE-Lab | 35.9581 | 71.2055 | -92.0777 |
#541eee color RGB value is (84,30,238).
#541eee hex color red value is 84, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #541eee hue: 0.71 , saturation: 0.86 and the lightness value of 541eee is 0.53.
The process color (four color CMYK) of #541eee color hex is 0.65, 0.87, 0.00, 0.07. Web safe color of #541eee is #6633ff. Color #541eee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 00011110 | 11101110 |
Octal | 124 | 36 | 356 |
Decimal | 84 | 30 | 238 |
Hex | 54 | 1E | EE |
Shades of #541eee
Tints of #541eee
RGB Percentages of Color #541eee
CMYK Percentages of Color #541eee
Complementary Color
#541eee | #b8ee1e |
#541eee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#541eee Color Preview on White Background
Lorem ipsum dolor sit amet.
#541eee Color CSS Codes
.mybgcolor {background-color:#541eee; } .myforecolor {color:#541eee; } .mybordercolor {border:3px solid #541eee; }
#541eee Text Font Color
<p style="color:#541eee">Text here</p>
This sample text font color is #541eee
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.
#541eee Background Color
<div style="background-color:#541eee">
Div content here</div>
This div background color is #541eee
#541eee Border Color
<div style="border:3px solid #541eee">
Div here</div>
This div border color is #541eee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,30,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #541eee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #541eee; -webkit-box-shadow: 1px 1px 3px 2px #541eee; box-shadow: 1px 1px 3px 2px #541eee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,30,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #541eee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #541eee; -webkit-box-shadow: 1px 1px 3px 2px #541eee; box-shadow: 1px 1px 3px 2px #541eee;">
Div content here</div>
This div box has shadow with color #541eee
Comments
No comments written yet.
Please login to write comment.