Color spaces of #bf5bee
RGB | 191 | 91 | 238 |
---|---|---|---|
HSL | 0.78 | 0.81 | 0.65 |
HSV | 281° | 62° | 93° |
CMYK | 0.20 | 0.62 | 0.00 0.07 |
XYZ | 40.6596 | 24.7316 | 83.5196 |
Yxy | 24.7316 | 0.2730 | 0.1661 |
Hunter Lab | 49.7309 | 58.9113 | -64.7619 |
CIE-Lab | 56.8130 | 62.8938 | -57.5398 |
#bf5bee color RGB value is (191,91,238).
#bf5bee hex color red value is 191, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bf5bee hue: 0.78 , saturation: 0.81 and the lightness value of bf5bee is 0.65.
The process color (four color CMYK) of #bf5bee color hex is 0.20, 0.62, 0.00, 0.07. Web safe color of #bf5bee is #cc66ff. Color #bf5bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01011011 | 11101110 |
Octal | 277 | 133 | 356 |
Decimal | 191 | 91 | 238 |
Hex | BF | 5B | EE |
Shades of #bf5bee
Tints of #bf5bee
RGB Percentages of Color #bf5bee
CMYK Percentages of Color #bf5bee
Complementary Color
#bf5bee | #8aee5b |
#bf5bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf5bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf5bee Color CSS Codes
.mybgcolor {background-color:#bf5bee; } .myforecolor {color:#bf5bee; } .mybordercolor {border:3px solid #bf5bee; }
#bf5bee Text Font Color
<p style="color:#bf5bee">Text here</p>
This sample text font color is #bf5bee
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.
#bf5bee Background Color
<div style="background-color:#bf5bee">
Div content here</div>
This div background color is #bf5bee
#bf5bee Border Color
<div style="border:3px solid #bf5bee">
Div here</div>
This div border color is #bf5bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,91,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf5bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf5bee; -webkit-box-shadow: 1px 1px 3px 2px #bf5bee; box-shadow: 1px 1px 3px 2px #bf5bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,91,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf5bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf5bee; -webkit-box-shadow: 1px 1px 3px 2px #bf5bee; box-shadow: 1px 1px 3px 2px #bf5bee;">
Div content here</div>
This div box has shadow with color #bf5bee
Comments
No comments written yet.
Please login to write comment.