Color spaces of #b865fb
RGB | 184 | 101 | 251 |
---|---|---|---|
HSL | 0.76 | 0.95 | 0.69 |
HSV | 273° | 60° | 98° |
CMYK | 0.27 | 0.60 | 0.00 0.02 |
XYZ | 41.8334 | 26.4627 | 94.1697 |
Yxy | 26.4627 | 0.2575 | 0.1629 |
Hunter Lab | 51.4419 | 55.1358 | -72.5271 |
CIE-Lab | 58.4737 | 59.3266 | -62.1492 |
#b865fb color RGB value is (184,101,251).
#b865fb hex color red value is 184, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b865fb hue: 0.76 , saturation: 0.95 and the lightness value of b865fb is 0.69.
The process color (four color CMYK) of #b865fb color hex is 0.27, 0.60, 0.00, 0.02. Web safe color of #b865fb is #cc66ff. Color #b865fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01100101 | 11111011 |
Octal | 270 | 145 | 373 |
Decimal | 184 | 101 | 251 |
Hex | B8 | 65 | FB |
Shades of #b865fb
Tints of #b865fb
RGB Percentages of Color #b865fb
CMYK Percentages of Color #b865fb
Complementary Color
#b865fb | #a8fb65 |
#b865fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b865fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b865fb Color CSS Codes
.mybgcolor {background-color:#b865fb; } .myforecolor {color:#b865fb; } .mybordercolor {border:3px solid #b865fb; }
#b865fb Text Font Color
<p style="color:#b865fb">Text here</p>
This sample text font color is #b865fb
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.
#b865fb Background Color
<div style="background-color:#b865fb">
Div content here</div>
This div background color is #b865fb
#b865fb Border Color
<div style="border:3px solid #b865fb">
Div here</div>
This div border color is #b865fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,101,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b865fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b865fb; -webkit-box-shadow: 1px 1px 3px 2px #b865fb; box-shadow: 1px 1px 3px 2px #b865fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,101,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b865fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b865fb; -webkit-box-shadow: 1px 1px 3px 2px #b865fb; box-shadow: 1px 1px 3px 2px #b865fb;">
Div content here</div>
This div box has shadow with color #b865fb
Comments
No comments written yet.
Please login to write comment.