Color spaces of #bf8cdd
RGB | 191 | 140 | 221 |
---|---|---|---|
HSL | 0.77 | 0.54 | 0.71 |
HSV | 278° | 37° | 87° |
CMYK | 0.14 | 0.37 | 0.00 0.13 |
XYZ | 43.9151 | 35.0530 | 72.8579 |
Yxy | 35.0530 | 0.2892 | 0.2309 |
Hunter Lab | 59.2056 | 28.7907 | -31.5179 |
CIE-Lab | 65.7899 | 33.9979 | -33.9148 |
#bf8cdd color RGB value is (191,140,221).
#bf8cdd hex color red value is 191, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bf8cdd hue: 0.77 , saturation: 0.54 and the lightness value of bf8cdd is 0.71.
The process color (four color CMYK) of #bf8cdd color hex is 0.14, 0.37, 0.00, 0.13. Web safe color of #bf8cdd is #cc99cc. Color #bf8cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10001100 | 11011101 |
Octal | 277 | 214 | 335 |
Decimal | 191 | 140 | 221 |
Hex | BF | 8C | DD |
Shades of #bf8cdd
Tints of #bf8cdd
RGB Percentages of Color #bf8cdd
CMYK Percentages of Color #bf8cdd
Complementary Color
#bf8cdd | #aadd8c |
#bf8cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf8cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf8cdd Color CSS Codes
.mybgcolor {background-color:#bf8cdd; } .myforecolor {color:#bf8cdd; } .mybordercolor {border:3px solid #bf8cdd; }
#bf8cdd Text Font Color
<p style="color:#bf8cdd">Text here</p>
This sample text font color is #bf8cdd
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.
#bf8cdd Background Color
<div style="background-color:#bf8cdd">
Div content here</div>
This div background color is #bf8cdd
#bf8cdd Border Color
<div style="border:3px solid #bf8cdd">
Div here</div>
This div border color is #bf8cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,140,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf8cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf8cdd; -webkit-box-shadow: 1px 1px 3px 2px #bf8cdd; box-shadow: 1px 1px 3px 2px #bf8cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,140,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf8cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf8cdd; -webkit-box-shadow: 1px 1px 3px 2px #bf8cdd; box-shadow: 1px 1px 3px 2px #bf8cdd;">
Div content here</div>
This div box has shadow with color #bf8cdd
Comments
No comments written yet.
Please login to write comment.