Color spaces of #b216dc
RGB | 178 | 22 | 220 |
---|---|---|---|
HSL | 0.80 | 0.82 | 0.47 |
HSV | 287° | 90° | 86° |
CMYK | 0.19 | 0.90 | 0.00 0.14 |
XYZ | 31.5653 | 15.2061 | 68.9815 |
Yxy | 15.2061 | 0.2727 | 0.1314 |
Hunter Lab | 38.9950 | 76.2492 | -77.5865 |
CIE-Lab | 45.9152 | 79.3774 | -65.0224 |
#b216dc color RGB value is (178,22,220).
#b216dc hex color red value is 178, green value is 22 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b216dc hue: 0.80 , saturation: 0.82 and the lightness value of b216dc is 0.47.
The process color (four color CMYK) of #b216dc color hex is 0.19, 0.90, 0.00, 0.14. Web safe color of #b216dc is #9900cc. Color #b216dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00010110 | 11011100 |
Octal | 262 | 26 | 334 |
Decimal | 178 | 22 | 220 |
Hex | B2 | 16 | DC |
Shades of #b216dc
Tints of #b216dc
RGB Percentages of Color #b216dc
CMYK Percentages of Color #b216dc
Complementary Color
#b216dc | #40dc16 |
#b216dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b216dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b216dc Color CSS Codes
.mybgcolor {background-color:#b216dc; } .myforecolor {color:#b216dc; } .mybordercolor {border:3px solid #b216dc; }
#b216dc Text Font Color
<p style="color:#b216dc">Text here</p>
This sample text font color is #b216dc
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.
#b216dc Background Color
<div style="background-color:#b216dc">
Div content here</div>
This div background color is #b216dc
#b216dc Border Color
<div style="border:3px solid #b216dc">
Div here</div>
This div border color is #b216dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,22,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b216dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b216dc; -webkit-box-shadow: 1px 1px 3px 2px #b216dc; box-shadow: 1px 1px 3px 2px #b216dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,22,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 #b216dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b216dc; -webkit-box-shadow: 1px 1px 3px 2px #b216dc; box-shadow: 1px 1px 3px 2px #b216dc;">
Div content here</div>
This div box has shadow with color #b216dc
Comments
No comments written yet.
Please login to write comment.