Color spaces of #bb214e
RGB | 187 | 33 | 78 |
---|---|---|---|
HSL | 0.95 | 0.70 | 0.43 |
HSV | 342° | 82° | 73° |
CMYK | 0.00 | 0.82 | 0.58 0.27 |
XYZ | 22.4125 | 12.2026 | 8.3818 |
Yxy | 12.2026 | 0.5213 | 0.2838 |
Hunter Lab | 34.9322 | 53.3942 | 10.2262 |
CIE-Lab | 41.5363 | 60.9005 | 14.1216 |
#bb214e color RGB value is (187,33,78).
#bb214e hex color red value is 187, green value is 33 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb214e hue: 0.95 , saturation: 0.70 and the lightness value of bb214e is 0.43.
The process color (four color CMYK) of #bb214e color hex is 0.00, 0.82, 0.58, 0.27. Web safe color of #bb214e is #cc3366. Color #bb214e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100001 | 01001110 |
Octal | 273 | 41 | 116 |
Decimal | 187 | 33 | 78 |
Hex | BB | 21 | 4E |
Shades of #bb214e
Tints of #bb214e
RGB Percentages of Color #bb214e
CMYK Percentages of Color #bb214e
Complementary Color
#bb214e | #21bb8e |
#bb214e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb214e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb214e Color CSS Codes
.mybgcolor {background-color:#bb214e; } .myforecolor {color:#bb214e; } .mybordercolor {border:3px solid #bb214e; }
#bb214e Text Font Color
<p style="color:#bb214e">Text here</p>
This sample text font color is #bb214e
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.
#bb214e Background Color
<div style="background-color:#bb214e">
Div content here</div>
This div background color is #bb214e
#bb214e Border Color
<div style="border:3px solid #bb214e">
Div here</div>
This div border color is #bb214e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,33,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb214e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb214e; -webkit-box-shadow: 1px 1px 3px 2px #bb214e; box-shadow: 1px 1px 3px 2px #bb214e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,33,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb214e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb214e; -webkit-box-shadow: 1px 1px 3px 2px #bb214e; box-shadow: 1px 1px 3px 2px #bb214e;">
Div content here</div>
This div box has shadow with color #bb214e
Comments
No comments written yet.
Please login to write comment.