Color spaces of #bf97db
RGB | 191 | 151 | 219 |
---|---|---|---|
HSL | 0.76 | 0.49 | 0.73 |
HSV | 275° | 31° | 86° |
CMYK | 0.13 | 0.31 | 0.00 0.14 |
XYZ | 45.3386 | 38.3241 | 72.0255 |
Yxy | 38.3241 | 0.2912 | 0.2462 |
Hunter Lab | 61.9065 | 22.3922 | -25.6468 |
CIE-Lab | 68.2588 | 27.4883 | -28.9893 |
#bf97db color RGB value is (191,151,219).
#bf97db hex color red value is 191, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf97db hue: 0.76 , saturation: 0.49 and the lightness value of bf97db is 0.73.
The process color (four color CMYK) of #bf97db color hex is 0.13, 0.31, 0.00, 0.14. Web safe color of #bf97db is #cc99cc. Color #bf97db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10010111 | 11011011 |
Octal | 277 | 227 | 333 |
Decimal | 191 | 151 | 219 |
Hex | BF | 97 | DB |
Shades of #bf97db
Tints of #bf97db
RGB Percentages of Color #bf97db
CMYK Percentages of Color #bf97db
Complementary Color
#bf97db | #b3db97 |
#bf97db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf97db Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf97db Color CSS Codes
.mybgcolor {background-color:#bf97db; } .myforecolor {color:#bf97db; } .mybordercolor {border:3px solid #bf97db; }
#bf97db Text Font Color
<p style="color:#bf97db">Text here</p>
This sample text font color is #bf97db
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.
#bf97db Background Color
<div style="background-color:#bf97db">
Div content here</div>
This div background color is #bf97db
#bf97db Border Color
<div style="border:3px solid #bf97db">
Div here</div>
This div border color is #bf97db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,151,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf97db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf97db; -webkit-box-shadow: 1px 1px 3px 2px #bf97db; box-shadow: 1px 1px 3px 2px #bf97db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,151,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf97db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf97db; -webkit-box-shadow: 1px 1px 3px 2px #bf97db; box-shadow: 1px 1px 3px 2px #bf97db;">
Div content here</div>
This div box has shadow with color #bf97db
Comments
No comments written yet.
Please login to write comment.