Color spaces of #bb368d
RGB | 187 | 54 | 141 |
---|---|---|---|
HSL | 0.89 | 0.55 | 0.47 |
HSV | 321° | 71° | 73° |
CMYK | 0.00 | 0.71 | 0.25 0.27 |
XYZ | 26.6204 | 15.1262 | 26.7159 |
Yxy | 15.1262 | 0.3888 | 0.2209 |
Hunter Lab | 38.8924 | 54.1148 | -13.5027 |
CIE-Lab | 45.8066 | 60.7287 | -18.6453 |
#bb368d color RGB value is (187,54,141).
#bb368d hex color red value is 187, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb368d hue: 0.89 , saturation: 0.55 and the lightness value of bb368d is 0.47.
The process color (four color CMYK) of #bb368d color hex is 0.00, 0.71, 0.25, 0.27. Web safe color of #bb368d is #cc3399. Color #bb368d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00110110 | 10001101 |
Octal | 273 | 66 | 215 |
Decimal | 187 | 54 | 141 |
Hex | BB | 36 | 8D |
Shades of #bb368d
Tints of #bb368d
RGB Percentages of Color #bb368d
CMYK Percentages of Color #bb368d
Complementary Color
#bb368d | #36bb64 |
#bb368d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb368d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb368d Color CSS Codes
.mybgcolor {background-color:#bb368d; } .myforecolor {color:#bb368d; } .mybordercolor {border:3px solid #bb368d; }
#bb368d Text Font Color
<p style="color:#bb368d">Text here</p>
This sample text font color is #bb368d
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.
#bb368d Background Color
<div style="background-color:#bb368d">
Div content here</div>
This div background color is #bb368d
#bb368d Border Color
<div style="border:3px solid #bb368d">
Div here</div>
This div border color is #bb368d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,54,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb368d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb368d; -webkit-box-shadow: 1px 1px 3px 2px #bb368d; box-shadow: 1px 1px 3px 2px #bb368d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,54,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb368d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb368d; -webkit-box-shadow: 1px 1px 3px 2px #bb368d; box-shadow: 1px 1px 3px 2px #bb368d;">
Div content here</div>
This div box has shadow with color #bb368d
Comments
No comments written yet.
Please login to write comment.