Color spaces of #b707de
RGB | 183 | 7 | 222 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.45 |
HSV | 289° | 97° | 87° |
CMYK | 0.18 | 0.97 | 0.00 0.13 |
XYZ | 32.7892 | 15.4932 | 70.3695 |
Yxy | 15.4932 | 0.2763 | 0.1306 |
Hunter Lab | 39.3614 | 79.8133 | -78.4445 |
CIE-Lab | 46.3024 | 82.1268 | -65.4992 |
#b707de color RGB value is (183,7,222).
#b707de hex color red value is 183, green value is 7 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b707de hue: 0.80 , saturation: 0.94 and the lightness value of b707de is 0.45.
The process color (four color CMYK) of #b707de color hex is 0.18, 0.97, 0.00, 0.13. Web safe color of #b707de is #cc00cc. Color #b707de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00000111 | 11011110 |
Octal | 267 | 7 | 336 |
Decimal | 183 | 7 | 222 |
Hex | B7 | 7 | DE |
Shades of #b707de
Tints of #b707de
RGB Percentages of Color #b707de
CMYK Percentages of Color #b707de
Complementary Color
#b707de | #2ede07 |
#b707de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b707de Color Preview on White Background
Lorem ipsum dolor sit amet.
#b707de Color CSS Codes
.mybgcolor {background-color:#b707de; } .myforecolor {color:#b707de; } .mybordercolor {border:3px solid #b707de; }
#b707de Text Font Color
<p style="color:#b707de">Text here</p>
This sample text font color is #b707de
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.
#b707de Background Color
<div style="background-color:#b707de">
Div content here</div>
This div background color is #b707de
#b707de Border Color
<div style="border:3px solid #b707de">
Div here</div>
This div border color is #b707de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,7,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b707de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b707de; -webkit-box-shadow: 1px 1px 3px 2px #b707de; box-shadow: 1px 1px 3px 2px #b707de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,7,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b707de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b707de; -webkit-box-shadow: 1px 1px 3px 2px #b707de; box-shadow: 1px 1px 3px 2px #b707de;">
Div content here</div>
This div box has shadow with color #b707de
Comments
No comments written yet.
Please login to write comment.