Color spaces of #b611dc
RGB | 182 | 17 | 220 |
---|---|---|---|
HSL | 0.80 | 0.86 | 0.46 |
HSV | 289° | 92° | 86° |
CMYK | 0.17 | 0.92 | 0.00 0.14 |
XYZ | 32.4101 | 15.5133 | 68.9963 |
Yxy | 15.5133 | 0.2772 | 0.1327 |
Hunter Lab | 39.3869 | 77.9542 | -76.2908 |
CIE-Lab | 46.3294 | 80.6540 | -64.3206 |
#b611dc color RGB value is (182,17,220).
#b611dc hex color red value is 182, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b611dc hue: 0.80 , saturation: 0.86 and the lightness value of b611dc is 0.46.
The process color (four color CMYK) of #b611dc color hex is 0.17, 0.92, 0.00, 0.14. Web safe color of #b611dc is #cc00cc. Color #b611dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00010001 | 11011100 |
Octal | 266 | 21 | 334 |
Decimal | 182 | 17 | 220 |
Hex | B6 | 11 | DC |
Shades of #b611dc
Tints of #b611dc
RGB Percentages of Color #b611dc
CMYK Percentages of Color #b611dc
Complementary Color
#b611dc | #37dc11 |
#b611dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b611dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b611dc Color CSS Codes
.mybgcolor {background-color:#b611dc; } .myforecolor {color:#b611dc; } .mybordercolor {border:3px solid #b611dc; }
#b611dc Text Font Color
<p style="color:#b611dc">Text here</p>
This sample text font color is #b611dc
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.
#b611dc Background Color
<div style="background-color:#b611dc">
Div content here</div>
This div background color is #b611dc
#b611dc Border Color
<div style="border:3px solid #b611dc">
Div here</div>
This div border color is #b611dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,17,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b611dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b611dc; -webkit-box-shadow: 1px 1px 3px 2px #b611dc; box-shadow: 1px 1px 3px 2px #b611dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,17,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b611dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b611dc; -webkit-box-shadow: 1px 1px 3px 2px #b611dc; box-shadow: 1px 1px 3px 2px #b611dc;">
Div content here</div>
This div box has shadow with color #b611dc
Comments
No comments written yet.
Please login to write comment.