Color spaces of #bb2675
RGB | 187 | 38 | 117 |
---|---|---|---|
HSL | 0.91 | 0.66 | 0.44 |
HSV | 328° | 80° | 73° |
CMYK | 0.00 | 0.80 | 0.37 0.27 |
XYZ | 24.3975 | 13.2354 | 18.0984 |
Yxy | 13.2354 | 0.4378 | 0.2375 |
Hunter Lab | 36.3805 | 56.0399 | -4.0290 |
CIE-Lab | 43.1158 | 62.9551 | -8.0417 |
#bb2675 color RGB value is (187,38,117).
#bb2675 hex color red value is 187, green value is 38 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bb2675 hue: 0.91 , saturation: 0.66 and the lightness value of bb2675 is 0.44.
The process color (four color CMYK) of #bb2675 color hex is 0.00, 0.80, 0.37, 0.27. Web safe color of #bb2675 is #cc3366. Color #bb2675 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100110 | 01110101 |
Octal | 273 | 46 | 165 |
Decimal | 187 | 38 | 117 |
Hex | BB | 26 | 75 |
Shades of #bb2675
Tints of #bb2675
RGB Percentages of Color #bb2675
CMYK Percentages of Color #bb2675
Complementary Color
#bb2675 | #26bb6c |
#bb2675 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb2675 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb2675 Color CSS Codes
.mybgcolor {background-color:#bb2675; } .myforecolor {color:#bb2675; } .mybordercolor {border:3px solid #bb2675; }
#bb2675 Text Font Color
<p style="color:#bb2675">Text here</p>
This sample text font color is #bb2675
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.
#bb2675 Background Color
<div style="background-color:#bb2675">
Div content here</div>
This div background color is #bb2675
#bb2675 Border Color
<div style="border:3px solid #bb2675">
Div here</div>
This div border color is #bb2675
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,38,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb2675; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb2675; -webkit-box-shadow: 1px 1px 3px 2px #bb2675; box-shadow: 1px 1px 3px 2px #bb2675; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,38,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb2675">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb2675; -webkit-box-shadow: 1px 1px 3px 2px #bb2675; box-shadow: 1px 1px 3px 2px #bb2675;">
Div content here</div>
This div box has shadow with color #bb2675
Comments
No comments written yet.
Please login to write comment.