Color spaces of #bd86cb
RGB | 189 | 134 | 203 |
---|---|---|---|
HSL | 0.80 | 0.40 | 0.66 |
HSV | 288° | 34° | 80° |
CMYK | 0.07 | 0.34 | 0.00 0.20 |
XYZ | 40.2909 | 32.1808 | 60.5879 |
Yxy | 32.1808 | 0.3028 | 0.2419 |
Hunter Lab | 56.7281 | 27.5046 | -23.6144 |
CIE-Lab | 63.4920 | 32.9625 | -27.4471 |
#bd86cb color RGB value is (189,134,203).
#bd86cb hex color red value is 189, green value is 134 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd86cb hue: 0.80 , saturation: 0.40 and the lightness value of bd86cb is 0.66.
The process color (four color CMYK) of #bd86cb color hex is 0.07, 0.34, 0.00, 0.20. Web safe color of #bd86cb is #cc99cc. Color #bd86cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10000110 | 11001011 |
Octal | 275 | 206 | 313 |
Decimal | 189 | 134 | 203 |
Hex | BD | 86 | CB |
Shades of #bd86cb
Tints of #bd86cb
RGB Percentages of Color #bd86cb
CMYK Percentages of Color #bd86cb
Complementary Color
#bd86cb | #94cb86 |
#bd86cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd86cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd86cb Color CSS Codes
.mybgcolor {background-color:#bd86cb; } .myforecolor {color:#bd86cb; } .mybordercolor {border:3px solid #bd86cb; }
#bd86cb Text Font Color
<p style="color:#bd86cb">Text here</p>
This sample text font color is #bd86cb
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.
#bd86cb Background Color
<div style="background-color:#bd86cb">
Div content here</div>
This div background color is #bd86cb
#bd86cb Border Color
<div style="border:3px solid #bd86cb">
Div here</div>
This div border color is #bd86cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,134,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd86cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd86cb; -webkit-box-shadow: 1px 1px 3px 2px #bd86cb; box-shadow: 1px 1px 3px 2px #bd86cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,134,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd86cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd86cb; -webkit-box-shadow: 1px 1px 3px 2px #bd86cb; box-shadow: 1px 1px 3px 2px #bd86cb;">
Div content here</div>
This div box has shadow with color #bd86cb
Comments
No comments written yet.
Please login to write comment.