Color spaces of #bb0273
RGB | 187 | 2 | 115 |
---|---|---|---|
HSL | 0.90 | 0.98 | 0.37 |
HSV | 323° | 99° | 73° |
CMYK | 0.00 | 0.99 | 0.39 0.27 |
XYZ | 23.6097 | 11.8460 | 17.2618 |
Yxy | 11.8460 | 0.4479 | 0.2247 |
Hunter Lab | 34.4180 | 62.2140 | -5.6433 |
CIE-Lab | 40.9703 | 68.7453 | -10.0197 |
#bb0273 color RGB value is (187,2,115).
#bb0273 hex color red value is 187, green value is 2 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bb0273 hue: 0.90 , saturation: 0.98 and the lightness value of bb0273 is 0.37.
The process color (four color CMYK) of #bb0273 color hex is 0.00, 0.99, 0.39, 0.27. Web safe color of #bb0273 is #cc0066. Color #bb0273 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00000010 | 01110011 |
Octal | 273 | 2 | 163 |
Decimal | 187 | 2 | 115 |
Hex | BB | 2 | 73 |
Shades of #bb0273
Tints of #bb0273
RGB Percentages of Color #bb0273
CMYK Percentages of Color #bb0273
Complementary Color
#bb0273 | #02bb4a |
#bb0273 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb0273 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb0273 Color CSS Codes
.mybgcolor {background-color:#bb0273; } .myforecolor {color:#bb0273; } .mybordercolor {border:3px solid #bb0273; }
#bb0273 Text Font Color
<p style="color:#bb0273">Text here</p>
This sample text font color is #bb0273
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.
#bb0273 Background Color
<div style="background-color:#bb0273">
Div content here</div>
This div background color is #bb0273
#bb0273 Border Color
<div style="border:3px solid #bb0273">
Div here</div>
This div border color is #bb0273
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,2,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb0273; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb0273; -webkit-box-shadow: 1px 1px 3px 2px #bb0273; box-shadow: 1px 1px 3px 2px #bb0273; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,2,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb0273">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb0273; -webkit-box-shadow: 1px 1px 3px 2px #bb0273; box-shadow: 1px 1px 3px 2px #bb0273;">
Div content here</div>
This div box has shadow with color #bb0273
Comments
No comments written yet.
Please login to write comment.