Color spaces of #bf55fe
RGB | 191 | 85 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.66 |
HSV | 278° | 67° | 100° |
CMYK | 0.25 | 0.67 | 0.00 0.00 |
XYZ | 42.6237 | 24.7291 | 96.2926 |
Yxy | 24.7291 | 0.2605 | 0.1511 |
Hunter Lab | 49.7284 | 65.9732 | -79.9976 |
CIE-Lab | 56.8105 | 68.8755 | -66.4380 |
#bf55fe color RGB value is (191,85,254).
#bf55fe hex color red value is 191, green value is 85 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bf55fe hue: 0.77 , saturation: 0.99 and the lightness value of bf55fe is 0.66.
The process color (four color CMYK) of #bf55fe color hex is 0.25, 0.67, 0.00, 0.00. Web safe color of #bf55fe is #cc66ff. Color #bf55fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01010101 | 11111110 |
Octal | 277 | 125 | 376 |
Decimal | 191 | 85 | 254 |
Hex | BF | 55 | FE |
Shades of #bf55fe
Tints of #bf55fe
RGB Percentages of Color #bf55fe
CMYK Percentages of Color #bf55fe
Complementary Color
#bf55fe | #94fe55 |
#bf55fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf55fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf55fe Color CSS Codes
.mybgcolor {background-color:#bf55fe; } .myforecolor {color:#bf55fe; } .mybordercolor {border:3px solid #bf55fe; }
#bf55fe Text Font Color
<p style="color:#bf55fe">Text here</p>
This sample text font color is #bf55fe
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.
#bf55fe Background Color
<div style="background-color:#bf55fe">
Div content here</div>
This div background color is #bf55fe
#bf55fe Border Color
<div style="border:3px solid #bf55fe">
Div here</div>
This div border color is #bf55fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,85,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf55fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf55fe; -webkit-box-shadow: 1px 1px 3px 2px #bf55fe; box-shadow: 1px 1px 3px 2px #bf55fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,85,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf55fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf55fe; -webkit-box-shadow: 1px 1px 3px 2px #bf55fe; box-shadow: 1px 1px 3px 2px #bf55fe;">
Div content here</div>
This div box has shadow with color #bf55fe
Comments
No comments written yet.
Please login to write comment.