Color spaces of #b648fb
RGB | 182 | 72 | 251 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.63 |
HSV | 277° | 71° | 98° |
CMYK | 0.27 | 0.71 | 0.00 0.02 |
XYZ | 39.0214 | 21.5448 | 93.3687 |
Yxy | 21.5448 | 0.2535 | 0.1400 |
Hunter Lab | 46.4164 | 68.8330 | -86.7731 |
CIE-Lab | 53.5407 | 71.8693 | -70.1126 |
#b648fb color RGB value is (182,72,251).
#b648fb hex color red value is 182, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b648fb hue: 0.77 , saturation: 0.96 and the lightness value of b648fb is 0.63.
The process color (four color CMYK) of #b648fb color hex is 0.27, 0.71, 0.00, 0.02. Web safe color of #b648fb is #cc33ff. Color #b648fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01001000 | 11111011 |
Octal | 266 | 110 | 373 |
Decimal | 182 | 72 | 251 |
Hex | B6 | 48 | FB |
Shades of #b648fb
Tints of #b648fb
RGB Percentages of Color #b648fb
CMYK Percentages of Color #b648fb
Complementary Color
#b648fb | #8dfb48 |
#b648fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b648fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b648fb Color CSS Codes
.mybgcolor {background-color:#b648fb; } .myforecolor {color:#b648fb; } .mybordercolor {border:3px solid #b648fb; }
#b648fb Text Font Color
<p style="color:#b648fb">Text here</p>
This sample text font color is #b648fb
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.
#b648fb Background Color
<div style="background-color:#b648fb">
Div content here</div>
This div background color is #b648fb
#b648fb Border Color
<div style="border:3px solid #b648fb">
Div here</div>
This div border color is #b648fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,72,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b648fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b648fb; -webkit-box-shadow: 1px 1px 3px 2px #b648fb; box-shadow: 1px 1px 3px 2px #b648fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,72,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 #b648fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b648fb; -webkit-box-shadow: 1px 1px 3px 2px #b648fb; box-shadow: 1px 1px 3px 2px #b648fb;">
Div content here</div>
This div box has shadow with color #b648fb
Comments
No comments written yet.
Please login to write comment.