Color spaces of #840bcf
RGB | 132 | 11 | 207 |
---|---|---|---|
HSL | 0.77 | 0.90 | 0.43 |
HSV | 277° | 95° | 81° |
CMYK | 0.36 | 0.95 | 0.00 0.19 |
XYZ | 20.8979 | 9.6499 | 59.7927 |
Yxy | 9.6499 | 0.2313 | 0.1068 |
Hunter Lab | 31.0643 | 65.7199 | -92.3767 |
CIE-Lab | 37.2066 | 72.4418 | -72.0439 |
#840bcf color RGB value is (132,11,207).
#840bcf hex color red value is 132, green value is 11 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #840bcf hue: 0.77 , saturation: 0.90 and the lightness value of 840bcf is 0.43.
The process color (four color CMYK) of #840bcf color hex is 0.36, 0.95, 0.00, 0.19. Web safe color of #840bcf is #9900cc. Color #840bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 00001011 | 11001111 |
Octal | 204 | 13 | 317 |
Decimal | 132 | 11 | 207 |
Hex | 84 | B | CF |
Shades of #840bcf
Tints of #840bcf
RGB Percentages of Color #840bcf
CMYK Percentages of Color #840bcf
Complementary Color
#840bcf | #56cf0b |
#840bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#840bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#840bcf Color CSS Codes
.mybgcolor {background-color:#840bcf; } .myforecolor {color:#840bcf; } .mybordercolor {border:3px solid #840bcf; }
#840bcf Text Font Color
<p style="color:#840bcf">Text here</p>
This sample text font color is #840bcf
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.
#840bcf Background Color
<div style="background-color:#840bcf">
Div content here</div>
This div background color is #840bcf
#840bcf Border Color
<div style="border:3px solid #840bcf">
Div here</div>
This div border color is #840bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,11,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #840bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #840bcf; -webkit-box-shadow: 1px 1px 3px 2px #840bcf; box-shadow: 1px 1px 3px 2px #840bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,11,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #840bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #840bcf; -webkit-box-shadow: 1px 1px 3px 2px #840bcf; box-shadow: 1px 1px 3px 2px #840bcf;">
Div content here</div>
This div box has shadow with color #840bcf
Comments
No comments written yet.
Please login to write comment.