Color spaces of #bf8bed
RGB | 191 | 139 | 237 |
---|---|---|---|
HSL | 0.76 | 0.73 | 0.74 |
HSV | 272° | 41° | 93° |
CMYK | 0.19 | 0.41 | 0.00 0.07 |
XYZ | 46.0045 | 35.6560 | 84.5784 |
Yxy | 35.6560 | 0.2767 | 0.2145 |
Hunter Lab | 59.7126 | 33.0249 | -42.1809 |
CIE-Lab | 66.2562 | 38.0234 | -42.0287 |
#bf8bed color RGB value is (191,139,237).
#bf8bed hex color red value is 191, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bf8bed hue: 0.76 , saturation: 0.73 and the lightness value of bf8bed is 0.74.
The process color (four color CMYK) of #bf8bed color hex is 0.19, 0.41, 0.00, 0.07. Web safe color of #bf8bed is #cc99ff. Color #bf8bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10001011 | 11101101 |
Octal | 277 | 213 | 355 |
Decimal | 191 | 139 | 237 |
Hex | BF | 8B | ED |
Shades of #bf8bed
Tints of #bf8bed
RGB Percentages of Color #bf8bed
CMYK Percentages of Color #bf8bed
Complementary Color
#bf8bed | #b9ed8b |
#bf8bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf8bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf8bed Color CSS Codes
.mybgcolor {background-color:#bf8bed; } .myforecolor {color:#bf8bed; } .mybordercolor {border:3px solid #bf8bed; }
#bf8bed Text Font Color
<p style="color:#bf8bed">Text here</p>
This sample text font color is #bf8bed
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.
#bf8bed Background Color
<div style="background-color:#bf8bed">
Div content here</div>
This div background color is #bf8bed
#bf8bed Border Color
<div style="border:3px solid #bf8bed">
Div here</div>
This div border color is #bf8bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,139,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf8bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf8bed; -webkit-box-shadow: 1px 1px 3px 2px #bf8bed; box-shadow: 1px 1px 3px 2px #bf8bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,139,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf8bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf8bed; -webkit-box-shadow: 1px 1px 3px 2px #bf8bed; box-shadow: 1px 1px 3px 2px #bf8bed;">
Div content here</div>
This div box has shadow with color #bf8bed
Comments
No comments written yet.
Please login to write comment.