Color spaces of #bb6185
RGB | 187 | 97 | 133 |
---|---|---|---|
HSL | 0.93 | 0.40 | 0.56 |
HSV | 336° | 48° | 73° |
CMYK | 0.00 | 0.48 | 0.29 0.27 |
XYZ | 29.0018 | 20.8076 | 24.6780 |
Yxy | 20.8076 | 0.3894 | 0.2793 |
Hunter Lab | 45.6153 | 33.6617 | -0.1453 |
CIE-Lab | 52.7383 | 40.3283 | -3.4258 |
#bb6185 color RGB value is (187,97,133).
#bb6185 hex color red value is 187, green value is 97 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bb6185 hue: 0.93 , saturation: 0.40 and the lightness value of bb6185 is 0.56.
The process color (four color CMYK) of #bb6185 color hex is 0.00, 0.48, 0.29, 0.27. Web safe color of #bb6185 is #cc6699. Color #bb6185 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01100001 | 10000101 |
Octal | 273 | 141 | 205 |
Decimal | 187 | 97 | 133 |
Hex | BB | 61 | 85 |
Shades of #bb6185
Tints of #bb6185
RGB Percentages of Color #bb6185
CMYK Percentages of Color #bb6185
Complementary Color
#bb6185 | #61bb97 |
#bb6185 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb6185 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb6185 Color CSS Codes
.mybgcolor {background-color:#bb6185; } .myforecolor {color:#bb6185; } .mybordercolor {border:3px solid #bb6185; }
#bb6185 Text Font Color
<p style="color:#bb6185">Text here</p>
This sample text font color is #bb6185
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.
#bb6185 Background Color
<div style="background-color:#bb6185">
Div content here</div>
This div background color is #bb6185
#bb6185 Border Color
<div style="border:3px solid #bb6185">
Div here</div>
This div border color is #bb6185
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,97,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb6185; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb6185; -webkit-box-shadow: 1px 1px 3px 2px #bb6185; box-shadow: 1px 1px 3px 2px #bb6185; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,97,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb6185">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb6185; -webkit-box-shadow: 1px 1px 3px 2px #bb6185; box-shadow: 1px 1px 3px 2px #bb6185;">
Div content here</div>
This div box has shadow with color #bb6185
Comments
No comments written yet.
Please login to write comment.