Color spaces of #bf8ddf
RGB | 191 | 141 | 223 |
---|---|---|---|
HSL | 0.77 | 0.56 | 0.71 |
HSV | 277° | 37° | 87° |
CMYK | 0.14 | 0.37 | 0.00 0.13 |
XYZ | 44.3300 | 35.4538 | 74.3189 |
Yxy | 35.4538 | 0.2877 | 0.2301 |
Hunter Lab | 59.5431 | 28.6933 | -32.3228 |
CIE-Lab | 66.1005 | 33.8729 | -34.5409 |
#bf8ddf color RGB value is (191,141,223).
#bf8ddf hex color red value is 191, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bf8ddf hue: 0.77 , saturation: 0.56 and the lightness value of bf8ddf is 0.71.
The process color (four color CMYK) of #bf8ddf color hex is 0.14, 0.37, 0.00, 0.13. Web safe color of #bf8ddf is #cc99cc. Color #bf8ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10001101 | 11011111 |
Octal | 277 | 215 | 337 |
Decimal | 191 | 141 | 223 |
Hex | BF | 8D | DF |
Shades of #bf8ddf
Tints of #bf8ddf
RGB Percentages of Color #bf8ddf
CMYK Percentages of Color #bf8ddf
Complementary Color
#bf8ddf | #addf8d |
#bf8ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf8ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf8ddf Color CSS Codes
.mybgcolor {background-color:#bf8ddf; } .myforecolor {color:#bf8ddf; } .mybordercolor {border:3px solid #bf8ddf; }
#bf8ddf Text Font Color
<p style="color:#bf8ddf">Text here</p>
This sample text font color is #bf8ddf
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.
#bf8ddf Background Color
<div style="background-color:#bf8ddf">
Div content here</div>
This div background color is #bf8ddf
#bf8ddf Border Color
<div style="border:3px solid #bf8ddf">
Div here</div>
This div border color is #bf8ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,141,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf8ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf8ddf; -webkit-box-shadow: 1px 1px 3px 2px #bf8ddf; box-shadow: 1px 1px 3px 2px #bf8ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,141,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf8ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf8ddf; -webkit-box-shadow: 1px 1px 3px 2px #bf8ddf; box-shadow: 1px 1px 3px 2px #bf8ddf;">
Div content here</div>
This div box has shadow with color #bf8ddf
Comments
No comments written yet.
Please login to write comment.