Color spaces of #b456fe
RGB | 180 | 86 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.67 |
HSV | 274° | 66° | 100° |
CMYK | 0.29 | 0.66 | 0.00 0.00 |
XYZ | 40.0396 | 23.5146 | 96.1944 |
Yxy | 23.5146 | 0.2506 | 0.1472 |
Hunter Lab | 48.4919 | 62.5262 | -83.6706 |
CIE-Lab | 55.5985 | 66.2038 | -68.4624 |
#b456fe color RGB value is (180,86,254).
#b456fe hex color red value is 180, green value is 86 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b456fe hue: 0.76 , saturation: 0.99 and the lightness value of b456fe is 0.67.
The process color (four color CMYK) of #b456fe color hex is 0.29, 0.66, 0.00, 0.00. Web safe color of #b456fe is #cc66ff. Color #b456fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01010110 | 11111110 |
Octal | 264 | 126 | 376 |
Decimal | 180 | 86 | 254 |
Hex | B4 | 56 | FE |
Shades of #b456fe
Tints of #b456fe
RGB Percentages of Color #b456fe
CMYK Percentages of Color #b456fe
Complementary Color
#b456fe | #a0fe56 |
#b456fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b456fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b456fe Color CSS Codes
.mybgcolor {background-color:#b456fe; } .myforecolor {color:#b456fe; } .mybordercolor {border:3px solid #b456fe; }
#b456fe Text Font Color
<p style="color:#b456fe">Text here</p>
This sample text font color is #b456fe
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.
#b456fe Background Color
<div style="background-color:#b456fe">
Div content here</div>
This div background color is #b456fe
#b456fe Border Color
<div style="border:3px solid #b456fe">
Div here</div>
This div border color is #b456fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,86,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b456fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b456fe; -webkit-box-shadow: 1px 1px 3px 2px #b456fe; box-shadow: 1px 1px 3px 2px #b456fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,86,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b456fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b456fe; -webkit-box-shadow: 1px 1px 3px 2px #b456fe; box-shadow: 1px 1px 3px 2px #b456fe;">
Div content here</div>
This div box has shadow with color #b456fe
Comments
No comments written yet.
Please login to write comment.