Color spaces of #b271dd
RGB | 178 | 113 | 221 |
---|---|---|---|
HSL | 0.77 | 0.61 | 0.65 |
HSV | 276° | 49° | 87° |
CMYK | 0.19 | 0.49 | 0.00 0.13 |
XYZ | 37.3164 | 26.4957 | 71.5540 |
Yxy | 26.4957 | 0.2757 | 0.1957 |
Hunter Lab | 51.4740 | 39.3253 | -46.3873 |
CIE-Lab | 58.5046 | 44.9797 | -45.4258 |
#b271dd color RGB value is (178,113,221).
#b271dd hex color red value is 178, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b271dd hue: 0.77 , saturation: 0.61 and the lightness value of b271dd is 0.65.
The process color (four color CMYK) of #b271dd color hex is 0.19, 0.49, 0.00, 0.13. Web safe color of #b271dd is #9966cc. Color #b271dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01110001 | 11011101 |
Octal | 262 | 161 | 335 |
Decimal | 178 | 113 | 221 |
Hex | B2 | 71 | DD |
Shades of #b271dd
Tints of #b271dd
RGB Percentages of Color #b271dd
CMYK Percentages of Color #b271dd
Complementary Color
#b271dd | #9cdd71 |
#b271dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b271dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b271dd Color CSS Codes
.mybgcolor {background-color:#b271dd; } .myforecolor {color:#b271dd; } .mybordercolor {border:3px solid #b271dd; }
#b271dd Text Font Color
<p style="color:#b271dd">Text here</p>
This sample text font color is #b271dd
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.
#b271dd Background Color
<div style="background-color:#b271dd">
Div content here</div>
This div background color is #b271dd
#b271dd Border Color
<div style="border:3px solid #b271dd">
Div here</div>
This div border color is #b271dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,113,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b271dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b271dd; -webkit-box-shadow: 1px 1px 3px 2px #b271dd; box-shadow: 1px 1px 3px 2px #b271dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,113,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b271dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b271dd; -webkit-box-shadow: 1px 1px 3px 2px #b271dd; box-shadow: 1px 1px 3px 2px #b271dd;">
Div content here</div>
This div box has shadow with color #b271dd
Comments
No comments written yet.
Please login to write comment.