Color spaces of #b955fc
RGB | 185 | 85 | 252 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.66 |
HSV | 276° | 66° | 99° |
CMYK | 0.27 | 0.66 | 0.00 0.01 |
XYZ | 40.8268 | 23.8396 | 94.5451 |
Yxy | 23.8396 | 0.2564 | 0.1497 |
Hunter Lab | 48.8258 | 63.8116 | -80.6296 |
CIE-Lab | 55.9268 | 67.2290 | -66.7932 |
#b955fc color RGB value is (185,85,252).
#b955fc hex color red value is 185, green value is 85 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b955fc hue: 0.77 , saturation: 0.97 and the lightness value of b955fc is 0.66.
The process color (four color CMYK) of #b955fc color hex is 0.27, 0.66, 0.00, 0.01. Web safe color of #b955fc is #cc66ff. Color #b955fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01010101 | 11111100 |
Octal | 271 | 125 | 374 |
Decimal | 185 | 85 | 252 |
Hex | B9 | 55 | FC |
Shades of #b955fc
Tints of #b955fc
RGB Percentages of Color #b955fc
CMYK Percentages of Color #b955fc
Complementary Color
#b955fc | #98fc55 |
#b955fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b955fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b955fc Color CSS Codes
.mybgcolor {background-color:#b955fc; } .myforecolor {color:#b955fc; } .mybordercolor {border:3px solid #b955fc; }
#b955fc Text Font Color
<p style="color:#b955fc">Text here</p>
This sample text font color is #b955fc
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.
#b955fc Background Color
<div style="background-color:#b955fc">
Div content here</div>
This div background color is #b955fc
#b955fc Border Color
<div style="border:3px solid #b955fc">
Div here</div>
This div border color is #b955fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,85,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b955fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b955fc; -webkit-box-shadow: 1px 1px 3px 2px #b955fc; box-shadow: 1px 1px 3px 2px #b955fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,85,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b955fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b955fc; -webkit-box-shadow: 1px 1px 3px 2px #b955fc; box-shadow: 1px 1px 3px 2px #b955fc;">
Div content here</div>
This div box has shadow with color #b955fc
Related Colors
Comments
No comments written yet.
Please login to write comment.