Color spaces of #b787dd
RGB | 183 | 135 | 221 |
---|---|---|---|
HSL | 0.76 | 0.56 | 0.70 |
HSV | 273° | 39° | 87° |
CMYK | 0.17 | 0.39 | 0.00 0.13 |
XYZ | 41.2436 | 32.6157 | 72.5283 |
Yxy | 32.6157 | 0.2817 | 0.2228 |
Hunter Lab | 57.1102 | 28.9657 | -35.3195 |
CIE-Lab | 63.8485 | 34.3632 | -36.9978 |
#b787dd color RGB value is (183,135,221).
#b787dd hex color red value is 183, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b787dd hue: 0.76 , saturation: 0.56 and the lightness value of b787dd is 0.70.
The process color (four color CMYK) of #b787dd color hex is 0.17, 0.39, 0.00, 0.13. Web safe color of #b787dd is #cc99cc. Color #b787dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10000111 | 11011101 |
Octal | 267 | 207 | 335 |
Decimal | 183 | 135 | 221 |
Hex | B7 | 87 | DD |
Shades of #b787dd
Tints of #b787dd
RGB Percentages of Color #b787dd
CMYK Percentages of Color #b787dd
Complementary Color
#b787dd | #addd87 |
#b787dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b787dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b787dd Color CSS Codes
.mybgcolor {background-color:#b787dd; } .myforecolor {color:#b787dd; } .mybordercolor {border:3px solid #b787dd; }
#b787dd Text Font Color
<p style="color:#b787dd">Text here</p>
This sample text font color is #b787dd
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.
#b787dd Background Color
<div style="background-color:#b787dd">
Div content here</div>
This div background color is #b787dd
#b787dd Border Color
<div style="border:3px solid #b787dd">
Div here</div>
This div border color is #b787dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,135,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b787dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b787dd; -webkit-box-shadow: 1px 1px 3px 2px #b787dd; box-shadow: 1px 1px 3px 2px #b787dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,135,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b787dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b787dd; -webkit-box-shadow: 1px 1px 3px 2px #b787dd; box-shadow: 1px 1px 3px 2px #b787dd;">
Div content here</div>
This div box has shadow with color #b787dd
Comments
No comments written yet.
Please login to write comment.