Color spaces of #b921bd
RGB | 185 | 33 | 189 |
---|---|---|---|
HSL | 0.83 | 0.70 | 0.44 |
HSV | 298° | 83° | 74° |
CMYK | 0.02 | 0.83 | 0.00 0.26 |
XYZ | 29.7367 | 15.0761 | 49.4868 |
Yxy | 15.0761 | 0.3153 | 0.1599 |
Hunter Lab | 38.8280 | 68.7567 | -48.3864 |
CIE-Lab | 45.7383 | 73.3204 | -47.3253 |
#b921bd color RGB value is (185,33,189).
#b921bd hex color red value is 185, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b921bd hue: 0.83 , saturation: 0.70 and the lightness value of b921bd is 0.44.
The process color (four color CMYK) of #b921bd color hex is 0.02, 0.83, 0.00, 0.26. Web safe color of #b921bd is #cc33cc. Color #b921bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00100001 | 10111101 |
Octal | 271 | 41 | 275 |
Decimal | 185 | 33 | 189 |
Hex | B9 | 21 | BD |
Shades of #b921bd
Tints of #b921bd
RGB Percentages of Color #b921bd
CMYK Percentages of Color #b921bd
Complementary Color
#b921bd | #25bd21 |
#b921bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b921bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b921bd Color CSS Codes
.mybgcolor {background-color:#b921bd; } .myforecolor {color:#b921bd; } .mybordercolor {border:3px solid #b921bd; }
#b921bd Text Font Color
<p style="color:#b921bd">Text here</p>
This sample text font color is #b921bd
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.
#b921bd Background Color
<div style="background-color:#b921bd">
Div content here</div>
This div background color is #b921bd
#b921bd Border Color
<div style="border:3px solid #b921bd">
Div here</div>
This div border color is #b921bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,33,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b921bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b921bd; -webkit-box-shadow: 1px 1px 3px 2px #b921bd; box-shadow: 1px 1px 3px 2px #b921bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,33,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 #b921bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b921bd; -webkit-box-shadow: 1px 1px 3px 2px #b921bd; box-shadow: 1px 1px 3px 2px #b921bd;">
Div content here</div>
This div box has shadow with color #b921bd
Comments
No comments written yet.
Please login to write comment.