Color spaces of #bb8abf
RGB | 187 | 138 | 191 |
---|---|---|---|
HSL | 0.82 | 0.29 | 0.65 |
HSV | 295° | 28° | 75° |
CMYK | 0.02 | 0.28 | 0.00 0.25 |
XYZ | 38.9860 | 32.5033 | 53.5092 |
Yxy | 32.5033 | 0.3119 | 0.2600 |
Hunter Lab | 57.0117 | 22.2923 | -15.7394 |
CIE-Lab | 63.7567 | 27.7222 | -20.3172 |
#bb8abf color RGB value is (187,138,191).
#bb8abf hex color red value is 187, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb8abf hue: 0.82 , saturation: 0.29 and the lightness value of bb8abf is 0.65.
The process color (four color CMYK) of #bb8abf color hex is 0.02, 0.28, 0.00, 0.25. Web safe color of #bb8abf is #cc99cc. Color #bb8abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10001010 | 10111111 |
Octal | 273 | 212 | 277 |
Decimal | 187 | 138 | 191 |
Hex | BB | 8A | BF |
Shades of #bb8abf
Tints of #bb8abf
RGB Percentages of Color #bb8abf
CMYK Percentages of Color #bb8abf
Complementary Color
#bb8abf | #8ebf8a |
#bb8abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb8abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb8abf Color CSS Codes
.mybgcolor {background-color:#bb8abf; } .myforecolor {color:#bb8abf; } .mybordercolor {border:3px solid #bb8abf; }
#bb8abf Text Font Color
<p style="color:#bb8abf">Text here</p>
This sample text font color is #bb8abf
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.
#bb8abf Background Color
<div style="background-color:#bb8abf">
Div content here</div>
This div background color is #bb8abf
#bb8abf Border Color
<div style="border:3px solid #bb8abf">
Div here</div>
This div border color is #bb8abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,138,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb8abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb8abf; -webkit-box-shadow: 1px 1px 3px 2px #bb8abf; box-shadow: 1px 1px 3px 2px #bb8abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,138,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb8abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb8abf; -webkit-box-shadow: 1px 1px 3px 2px #bb8abf; box-shadow: 1px 1px 3px 2px #bb8abf;">
Div content here</div>
This div box has shadow with color #bb8abf
Comments
No comments written yet.
Please login to write comment.