Color spaces of #b655fb
RGB | 182 | 85 | 251 |
---|---|---|---|
HSL | 0.76 | 0.95 | 0.66 |
HSV | 275° | 66° | 98° |
CMYK | 0.27 | 0.66 | 0.00 0.02 |
XYZ | 39.9525 | 23.4071 | 93.6791 |
Yxy | 23.4071 | 0.2544 | 0.1491 |
Hunter Lab | 48.3809 | 62.7371 | -80.9356 |
CIE-Lab | 55.4892 | 66.4029 | -66.9633 |
#b655fb color RGB value is (182,85,251).
#b655fb hex color red value is 182, green value is 85 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b655fb hue: 0.76 , saturation: 0.95 and the lightness value of b655fb is 0.66.
The process color (four color CMYK) of #b655fb color hex is 0.27, 0.66, 0.00, 0.02. Web safe color of #b655fb is #cc66ff. Color #b655fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01010101 | 11111011 |
Octal | 266 | 125 | 373 |
Decimal | 182 | 85 | 251 |
Hex | B6 | 55 | FB |
Shades of #b655fb
Tints of #b655fb
RGB Percentages of Color #b655fb
CMYK Percentages of Color #b655fb
Complementary Color
#b655fb | #9afb55 |
#b655fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b655fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b655fb Color CSS Codes
.mybgcolor {background-color:#b655fb; } .myforecolor {color:#b655fb; } .mybordercolor {border:3px solid #b655fb; }
#b655fb Text Font Color
<p style="color:#b655fb">Text here</p>
This sample text font color is #b655fb
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.
#b655fb Background Color
<div style="background-color:#b655fb">
Div content here</div>
This div background color is #b655fb
#b655fb Border Color
<div style="border:3px solid #b655fb">
Div here</div>
This div border color is #b655fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,85,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b655fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b655fb; -webkit-box-shadow: 1px 1px 3px 2px #b655fb; box-shadow: 1px 1px 3px 2px #b655fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,85,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 #b655fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b655fb; -webkit-box-shadow: 1px 1px 3px 2px #b655fb; box-shadow: 1px 1px 3px 2px #b655fb;">
Div content here</div>
This div box has shadow with color #b655fb
Comments
No comments written yet.
Please login to write comment.