Color spaces of #b07dfa
RGB | 176 | 125 | 250 |
---|---|---|---|
HSL | 0.73 | 0.93 | 0.74 |
HSV | 264° | 50° | 98° |
CMYK | 0.30 | 0.50 | 0.00 0.02 |
XYZ | 42.4934 | 30.7995 | 94.1477 |
Yxy | 30.7995 | 0.2538 | 0.1839 |
Hunter Lab | 55.4973 | 39.5543 | -61.7337 |
CIE-Lab | 62.3380 | 44.6597 | -55.4717 |
#b07dfa color RGB value is (176,125,250).
#b07dfa hex color red value is 176, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b07dfa hue: 0.73 , saturation: 0.93 and the lightness value of b07dfa is 0.74.
The process color (four color CMYK) of #b07dfa color hex is 0.30, 0.50, 0.00, 0.02. Web safe color of #b07dfa is #9966ff. Color #b07dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01111101 | 11111010 |
Octal | 260 | 175 | 372 |
Decimal | 176 | 125 | 250 |
Hex | B0 | 7D | FA |
Shades of #b07dfa
Tints of #b07dfa
RGB Percentages of Color #b07dfa
CMYK Percentages of Color #b07dfa
Complementary Color
#b07dfa | #c7fa7d |
#b07dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b07dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b07dfa Color CSS Codes
.mybgcolor {background-color:#b07dfa; } .myforecolor {color:#b07dfa; } .mybordercolor {border:3px solid #b07dfa; }
#b07dfa Text Font Color
<p style="color:#b07dfa">Text here</p>
This sample text font color is #b07dfa
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.
#b07dfa Background Color
<div style="background-color:#b07dfa">
Div content here</div>
This div background color is #b07dfa
#b07dfa Border Color
<div style="border:3px solid #b07dfa">
Div here</div>
This div border color is #b07dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,125,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b07dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b07dfa; -webkit-box-shadow: 1px 1px 3px 2px #b07dfa; box-shadow: 1px 1px 3px 2px #b07dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,125,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b07dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b07dfa; -webkit-box-shadow: 1px 1px 3px 2px #b07dfa; box-shadow: 1px 1px 3px 2px #b07dfa;">
Div content here</div>
This div box has shadow with color #b07dfa
Comments
No comments written yet.
Please login to write comment.