Color spaces of #b271bd
RGB | 178 | 113 | 189 |
---|---|---|---|
HSL | 0.81 | 0.37 | 0.59 |
HSV | 291° | 40° | 74° |
CMYK | 0.06 | 0.40 | 0.00 0.26 |
XYZ | 33.4505 | 24.9494 | 51.1968 |
Yxy | 24.9494 | 0.3052 | 0.2276 |
Hunter Lab | 49.9494 | 32.1279 | -25.8061 |
CIE-Lab | 57.0261 | 38.2460 | -29.6146 |
#b271bd color RGB value is (178,113,189).
#b271bd hex color red value is 178, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b271bd hue: 0.81 , saturation: 0.37 and the lightness value of b271bd is 0.59.
The process color (four color CMYK) of #b271bd color hex is 0.06, 0.40, 0.00, 0.26. Web safe color of #b271bd is #9966cc. Color #b271bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01110001 | 10111101 |
Octal | 262 | 161 | 275 |
Decimal | 178 | 113 | 189 |
Hex | B2 | 71 | BD |
Shades of #b271bd
Tints of #b271bd
RGB Percentages of Color #b271bd
CMYK Percentages of Color #b271bd
Complementary Color
#b271bd | #7cbd71 |
#b271bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b271bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b271bd Color CSS Codes
.mybgcolor {background-color:#b271bd; } .myforecolor {color:#b271bd; } .mybordercolor {border:3px solid #b271bd; }
#b271bd Text Font Color
<p style="color:#b271bd">Text here</p>
This sample text font color is #b271bd
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.
#b271bd Background Color
<div style="background-color:#b271bd">
Div content here</div>
This div background color is #b271bd
#b271bd Border Color
<div style="border:3px solid #b271bd">
Div here</div>
This div border color is #b271bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,113,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b271bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b271bd; -webkit-box-shadow: 1px 1px 3px 2px #b271bd; box-shadow: 1px 1px 3px 2px #b271bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,113,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b271bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b271bd; -webkit-box-shadow: 1px 1px 3px 2px #b271bd; box-shadow: 1px 1px 3px 2px #b271bd;">
Div content here</div>
This div box has shadow with color #b271bd
Comments
No comments written yet.
Please login to write comment.