Color spaces of #bb386d
RGB | 187 | 56 | 109 |
---|---|---|---|
HSL | 0.93 | 0.54 | 0.48 |
HSV | 336° | 70° | 73° |
CMYK | 0.00 | 0.70 | 0.42 0.27 |
XYZ | 24.6680 | 14.4973 | 15.9661 |
Yxy | 14.4973 | 0.4474 | 0.2630 |
Hunter Lab | 38.0753 | 49.0137 | 1.7907 |
CIE-Lab | 44.9378 | 56.2717 | -0.4001 |
#bb386d color RGB value is (187,56,109).
#bb386d hex color red value is 187, green value is 56 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bb386d hue: 0.93 , saturation: 0.54 and the lightness value of bb386d is 0.48.
The process color (four color CMYK) of #bb386d color hex is 0.00, 0.70, 0.42, 0.27. Web safe color of #bb386d is #cc3366. Color #bb386d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00111000 | 01101101 |
Octal | 273 | 70 | 155 |
Decimal | 187 | 56 | 109 |
Hex | BB | 38 | 6D |
Shades of #bb386d
Tints of #bb386d
RGB Percentages of Color #bb386d
CMYK Percentages of Color #bb386d
Complementary Color
#bb386d | #38bb86 |
#bb386d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb386d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb386d Color CSS Codes
.mybgcolor {background-color:#bb386d; } .myforecolor {color:#bb386d; } .mybordercolor {border:3px solid #bb386d; }
#bb386d Text Font Color
<p style="color:#bb386d">Text here</p>
This sample text font color is #bb386d
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.
#bb386d Background Color
<div style="background-color:#bb386d">
Div content here</div>
This div background color is #bb386d
#bb386d Border Color
<div style="border:3px solid #bb386d">
Div here</div>
This div border color is #bb386d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,56,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb386d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb386d; -webkit-box-shadow: 1px 1px 3px 2px #bb386d; box-shadow: 1px 1px 3px 2px #bb386d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,56,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb386d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb386d; -webkit-box-shadow: 1px 1px 3px 2px #bb386d; box-shadow: 1px 1px 3px 2px #bb386d;">
Div content here</div>
This div box has shadow with color #bb386d
Comments
No comments written yet.
Please login to write comment.