Color spaces of #bb9afd
RGB | 187 | 154 | 253 |
---|---|---|---|
HSL | 0.72 | 0.96 | 0.80 |
HSV | 260° | 39° | 99° |
CMYK | 0.26 | 0.39 | 0.00 0.01 |
XYZ | 49.7787 | 40.7678 | 98.1739 |
Yxy | 40.7678 | 0.2638 | 0.2160 |
Hunter Lab | 63.8497 | 27.4259 | -46.4683 |
CIE-Lab | 70.0129 | 32.2855 | -44.9174 |
#bb9afd color RGB value is (187,154,253).
#bb9afd hex color red value is 187, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bb9afd hue: 0.72 , saturation: 0.96 and the lightness value of bb9afd is 0.80.
The process color (four color CMYK) of #bb9afd color hex is 0.26, 0.39, 0.00, 0.01. Web safe color of #bb9afd is #cc99ff. Color #bb9afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10011010 | 11111101 |
Octal | 273 | 232 | 375 |
Decimal | 187 | 154 | 253 |
Hex | BB | 9A | FD |
Shades of #bb9afd
Tints of #bb9afd
RGB Percentages of Color #bb9afd
CMYK Percentages of Color #bb9afd
Complementary Color
#bb9afd | #dcfd9a |
#bb9afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb9afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb9afd Color CSS Codes
.mybgcolor {background-color:#bb9afd; } .myforecolor {color:#bb9afd; } .mybordercolor {border:3px solid #bb9afd; }
#bb9afd Text Font Color
<p style="color:#bb9afd">Text here</p>
This sample text font color is #bb9afd
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.
#bb9afd Background Color
<div style="background-color:#bb9afd">
Div content here</div>
This div background color is #bb9afd
#bb9afd Border Color
<div style="border:3px solid #bb9afd">
Div here</div>
This div border color is #bb9afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,154,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb9afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb9afd; -webkit-box-shadow: 1px 1px 3px 2px #bb9afd; box-shadow: 1px 1px 3px 2px #bb9afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,154,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb9afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb9afd; -webkit-box-shadow: 1px 1px 3px 2px #bb9afd; box-shadow: 1px 1px 3px 2px #bb9afd;">
Div content here</div>
This div box has shadow with color #bb9afd
Comments
No comments written yet.
Please login to write comment.