Color spaces of #840bbc
RGB | 132 | 11 | 188 |
---|---|---|---|
HSL | 0.78 | 0.89 | 0.39 |
HSV | 281° | 94° | 74° |
CMYK | 0.30 | 0.94 | 0.00 0.26 |
XYZ | 18.7125 | 8.7757 | 48.2846 |
Yxy | 8.7757 | 0.2470 | 0.1158 |
Hunter Lab | 29.6238 | 60.9116 | -75.9016 |
CIE-Lab | 35.5488 | 68.6784 | -63.6379 |
#840bbc color RGB value is (132,11,188).
#840bbc hex color red value is 132, green value is 11 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #840bbc hue: 0.78 , saturation: 0.89 and the lightness value of 840bbc is 0.39.
The process color (four color CMYK) of #840bbc color hex is 0.30, 0.94, 0.00, 0.26. Web safe color of #840bbc is #9900cc. Color #840bbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 00001011 | 10111100 |
Octal | 204 | 13 | 274 |
Decimal | 132 | 11 | 188 |
Hex | 84 | B | BC |
Shades of #840bbc
Tints of #840bbc
RGB Percentages of Color #840bbc
CMYK Percentages of Color #840bbc
Complementary Color
#840bbc | #43bc0b |
#840bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#840bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#840bbc Color CSS Codes
.mybgcolor {background-color:#840bbc; } .myforecolor {color:#840bbc; } .mybordercolor {border:3px solid #840bbc; }
#840bbc Text Font Color
<p style="color:#840bbc">Text here</p>
This sample text font color is #840bbc
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.
#840bbc Background Color
<div style="background-color:#840bbc">
Div content here</div>
This div background color is #840bbc
#840bbc Border Color
<div style="border:3px solid #840bbc">
Div here</div>
This div border color is #840bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,11,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #840bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #840bbc; -webkit-box-shadow: 1px 1px 3px 2px #840bbc; box-shadow: 1px 1px 3px 2px #840bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,11,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #840bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #840bbc; -webkit-box-shadow: 1px 1px 3px 2px #840bbc; box-shadow: 1px 1px 3px 2px #840bbc;">
Div content here</div>
This div box has shadow with color #840bbc
Comments
No comments written yet.
Please login to write comment.