Color spaces of #b86cdf
RGB | 184 | 108 | 223 |
---|---|---|---|
HSL | 0.78 | 0.64 | 0.65 |
HSV | 280° | 52° | 87° |
CMYK | 0.17 | 0.52 | 0.00 0.13 |
XYZ | 38.4490 | 26.2432 | 72.8510 |
Yxy | 26.2432 | 0.2795 | 0.1908 |
Hunter Lab | 51.2281 | 44.3231 | -48.4560 |
CIE-Lab | 58.2672 | 49.6703 | -46.8795 |
#b86cdf color RGB value is (184,108,223).
#b86cdf hex color red value is 184, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b86cdf hue: 0.78 , saturation: 0.64 and the lightness value of b86cdf is 0.65.
The process color (four color CMYK) of #b86cdf color hex is 0.17, 0.52, 0.00, 0.13. Web safe color of #b86cdf is #cc66cc. Color #b86cdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01101100 | 11011111 |
Octal | 270 | 154 | 337 |
Decimal | 184 | 108 | 223 |
Hex | B8 | 6C | DF |
Shades of #b86cdf
Tints of #b86cdf
RGB Percentages of Color #b86cdf
CMYK Percentages of Color #b86cdf
Complementary Color
#b86cdf | #93df6c |
#b86cdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b86cdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b86cdf Color CSS Codes
.mybgcolor {background-color:#b86cdf; } .myforecolor {color:#b86cdf; } .mybordercolor {border:3px solid #b86cdf; }
#b86cdf Text Font Color
<p style="color:#b86cdf">Text here</p>
This sample text font color is #b86cdf
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.
#b86cdf Background Color
<div style="background-color:#b86cdf">
Div content here</div>
This div background color is #b86cdf
#b86cdf Border Color
<div style="border:3px solid #b86cdf">
Div here</div>
This div border color is #b86cdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,108,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b86cdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b86cdf; -webkit-box-shadow: 1px 1px 3px 2px #b86cdf; box-shadow: 1px 1px 3px 2px #b86cdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,108,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b86cdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b86cdf; -webkit-box-shadow: 1px 1px 3px 2px #b86cdf; box-shadow: 1px 1px 3px 2px #b86cdf;">
Div content here</div>
This div box has shadow with color #b86cdf
Comments
No comments written yet.
Please login to write comment.