Color spaces of #b221cf
RGB | 178 | 33 | 207 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.47 |
HSV | 290° | 84° | 81° |
CMYK | 0.14 | 0.84 | 0.00 0.19 |
XYZ | 30.1664 | 15.0577 | 60.3480 |
Yxy | 15.0577 | 0.2857 | 0.1426 |
Hunter Lab | 38.8043 | 70.8583 | -65.0443 |
CIE-Lab | 45.7131 | 75.0559 | -57.8829 |
#b221cf color RGB value is (178,33,207).
#b221cf hex color red value is 178, green value is 33 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b221cf hue: 0.81 , saturation: 0.73 and the lightness value of b221cf is 0.47.
The process color (four color CMYK) of #b221cf color hex is 0.14, 0.84, 0.00, 0.19. Web safe color of #b221cf is #9933cc. Color #b221cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00100001 | 11001111 |
Octal | 262 | 41 | 317 |
Decimal | 178 | 33 | 207 |
Hex | B2 | 21 | CF |
Shades of #b221cf
Tints of #b221cf
RGB Percentages of Color #b221cf
CMYK Percentages of Color #b221cf
Complementary Color
#b221cf | #3ecf21 |
#b221cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b221cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b221cf Color CSS Codes
.mybgcolor {background-color:#b221cf; } .myforecolor {color:#b221cf; } .mybordercolor {border:3px solid #b221cf; }
#b221cf Text Font Color
<p style="color:#b221cf">Text here</p>
This sample text font color is #b221cf
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.
#b221cf Background Color
<div style="background-color:#b221cf">
Div content here</div>
This div background color is #b221cf
#b221cf Border Color
<div style="border:3px solid #b221cf">
Div here</div>
This div border color is #b221cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,33,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b221cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b221cf; -webkit-box-shadow: 1px 1px 3px 2px #b221cf; box-shadow: 1px 1px 3px 2px #b221cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,33,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 #b221cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b221cf; -webkit-box-shadow: 1px 1px 3px 2px #b221cf; box-shadow: 1px 1px 3px 2px #b221cf;">
Div content here</div>
This div box has shadow with color #b221cf
Comments
No comments written yet.
Please login to write comment.