Color spaces of #bf8bdf
RGB | 191 | 139 | 223 |
---|---|---|---|
HSL | 0.77 | 0.57 | 0.71 |
HSV | 277° | 38° | 87° |
CMYK | 0.14 | 0.38 | 0.00 0.13 |
XYZ | 44.0378 | 34.8693 | 74.2214 |
Yxy | 34.8693 | 0.2876 | 0.2277 |
Hunter Lab | 59.0502 | 29.7818 | -33.1876 |
CIE-Lab | 65.6468 | 34.9745 | -35.2460 |
#bf8bdf color RGB value is (191,139,223).
#bf8bdf hex color red value is 191, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bf8bdf hue: 0.77 , saturation: 0.57 and the lightness value of bf8bdf is 0.71.
The process color (four color CMYK) of #bf8bdf color hex is 0.14, 0.38, 0.00, 0.13. Web safe color of #bf8bdf is #cc99cc. Color #bf8bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10001011 | 11011111 |
Octal | 277 | 213 | 337 |
Decimal | 191 | 139 | 223 |
Hex | BF | 8B | DF |
Shades of #bf8bdf
Tints of #bf8bdf
RGB Percentages of Color #bf8bdf
CMYK Percentages of Color #bf8bdf
Complementary Color
#bf8bdf | #abdf8b |
#bf8bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf8bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf8bdf Color CSS Codes
.mybgcolor {background-color:#bf8bdf; } .myforecolor {color:#bf8bdf; } .mybordercolor {border:3px solid #bf8bdf; }
#bf8bdf Text Font Color
<p style="color:#bf8bdf">Text here</p>
This sample text font color is #bf8bdf
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.
#bf8bdf Background Color
<div style="background-color:#bf8bdf">
Div content here</div>
This div background color is #bf8bdf
#bf8bdf Border Color
<div style="border:3px solid #bf8bdf">
Div here</div>
This div border color is #bf8bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,139,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf8bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf8bdf; -webkit-box-shadow: 1px 1px 3px 2px #bf8bdf; box-shadow: 1px 1px 3px 2px #bf8bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,139,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 #bf8bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf8bdf; -webkit-box-shadow: 1px 1px 3px 2px #bf8bdf; box-shadow: 1px 1px 3px 2px #bf8bdf;">
Div content here</div>
This div box has shadow with color #bf8bdf
Comments
No comments written yet.
Please login to write comment.