Color spaces of #8411dd
RGB | 132 | 17 | 221 |
---|---|---|---|
HSL | 0.76 | 0.86 | 0.47 |
HSV | 274° | 92° | 87° |
CMYK | 0.40 | 0.92 | 0.00 0.13 |
XYZ | 22.7673 | 10.5269 | 69.2385 |
Yxy | 10.5269 | 0.2220 | 0.1027 |
Hunter Lab | 32.4452 | 68.4772 | -103.8141 |
CIE-Lab | 38.7719 | 74.4375 | -77.5514 |
#8411dd color RGB value is (132,17,221).
#8411dd hex color red value is 132, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8411dd hue: 0.76 , saturation: 0.86 and the lightness value of 8411dd is 0.47.
The process color (four color CMYK) of #8411dd color hex is 0.40, 0.92, 0.00, 0.13. Web safe color of #8411dd is #9900cc. Color #8411dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 00010001 | 11011101 |
Octal | 204 | 21 | 335 |
Decimal | 132 | 17 | 221 |
Hex | 84 | 11 | DD |
Shades of #8411dd
Tints of #8411dd
RGB Percentages of Color #8411dd
CMYK Percentages of Color #8411dd
Complementary Color
#8411dd | #6add11 |
#8411dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8411dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8411dd Color CSS Codes
.mybgcolor {background-color:#8411dd; } .myforecolor {color:#8411dd; } .mybordercolor {border:3px solid #8411dd; }
#8411dd Text Font Color
<p style="color:#8411dd">Text here</p>
This sample text font color is #8411dd
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.
#8411dd Background Color
<div style="background-color:#8411dd">
Div content here</div>
This div background color is #8411dd
#8411dd Border Color
<div style="border:3px solid #8411dd">
Div here</div>
This div border color is #8411dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,17,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8411dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8411dd; -webkit-box-shadow: 1px 1px 3px 2px #8411dd; box-shadow: 1px 1px 3px 2px #8411dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,17,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8411dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8411dd; -webkit-box-shadow: 1px 1px 3px 2px #8411dd; box-shadow: 1px 1px 3px 2px #8411dd;">
Div content here</div>
This div box has shadow with color #8411dd
Comments
No comments written yet.
Please login to write comment.