Color spaces of #b928fb
RGB | 185 | 40 | 251 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.57 |
HSV | 281° | 84° | 98° |
CMYK | 0.26 | 0.84 | 0.00 0.02 |
XYZ | 38.1790 | 18.7969 | 92.8827 |
Yxy | 18.7969 | 0.2548 | 0.1254 |
Hunter Lab | 43.3554 | 81.3162 | -96.6715 |
CIE-Lab | 50.4487 | 82.5029 | -75.1132 |
#b928fb color RGB value is (185,40,251).
#b928fb hex color red value is 185, green value is 40 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b928fb hue: 0.78 , saturation: 0.96 and the lightness value of b928fb is 0.57.
The process color (four color CMYK) of #b928fb color hex is 0.26, 0.84, 0.00, 0.02. Web safe color of #b928fb is #cc33ff. Color #b928fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00101000 | 11111011 |
Octal | 271 | 50 | 373 |
Decimal | 185 | 40 | 251 |
Hex | B9 | 28 | FB |
Shades of #b928fb
Tints of #b928fb
RGB Percentages of Color #b928fb
CMYK Percentages of Color #b928fb
Complementary Color
#b928fb | #6afb28 |
#b928fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b928fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b928fb Color CSS Codes
.mybgcolor {background-color:#b928fb; } .myforecolor {color:#b928fb; } .mybordercolor {border:3px solid #b928fb; }
#b928fb Text Font Color
<p style="color:#b928fb">Text here</p>
This sample text font color is #b928fb
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.
#b928fb Background Color
<div style="background-color:#b928fb">
Div content here</div>
This div background color is #b928fb
#b928fb Border Color
<div style="border:3px solid #b928fb">
Div here</div>
This div border color is #b928fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,40,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b928fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b928fb; -webkit-box-shadow: 1px 1px 3px 2px #b928fb; box-shadow: 1px 1px 3px 2px #b928fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,40,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 #b928fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b928fb; -webkit-box-shadow: 1px 1px 3px 2px #b928fb; box-shadow: 1px 1px 3px 2px #b928fb;">
Div content here</div>
This div box has shadow with color #b928fb
Comments
No comments written yet.
Please login to write comment.