Color spaces of #bd5adb
RGB | 189 | 90 | 219 |
---|---|---|---|
HSL | 0.79 | 0.64 | 0.61 |
HSV | 286° | 59° | 86° |
CMYK | 0.14 | 0.59 | 0.00 0.14 |
XYZ | 37.4286 | 23.2456 | 69.5320 |
Yxy | 23.2456 | 0.2875 | 0.1785 |
Hunter Lab | 48.2137 | 54.1967 | -51.7563 |
CIE-Lab | 55.3244 | 59.0540 | -49.2553 |
#bd5adb color RGB value is (189,90,219).
#bd5adb hex color red value is 189, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd5adb hue: 0.79 , saturation: 0.64 and the lightness value of bd5adb is 0.61.
The process color (four color CMYK) of #bd5adb color hex is 0.14, 0.59, 0.00, 0.14. Web safe color of #bd5adb is #cc66cc. Color #bd5adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01011010 | 11011011 |
Octal | 275 | 132 | 333 |
Decimal | 189 | 90 | 219 |
Hex | BD | 5A | DB |
Shades of #bd5adb
Tints of #bd5adb
RGB Percentages of Color #bd5adb
CMYK Percentages of Color #bd5adb
Complementary Color
#bd5adb | #78db5a |
#bd5adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd5adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd5adb Color CSS Codes
.mybgcolor {background-color:#bd5adb; } .myforecolor {color:#bd5adb; } .mybordercolor {border:3px solid #bd5adb; }
#bd5adb Text Font Color
<p style="color:#bd5adb">Text here</p>
This sample text font color is #bd5adb
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.
#bd5adb Background Color
<div style="background-color:#bd5adb">
Div content here</div>
This div background color is #bd5adb
#bd5adb Border Color
<div style="border:3px solid #bd5adb">
Div here</div>
This div border color is #bd5adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,90,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd5adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd5adb; -webkit-box-shadow: 1px 1px 3px 2px #bd5adb; box-shadow: 1px 1px 3px 2px #bd5adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,90,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd5adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd5adb; -webkit-box-shadow: 1px 1px 3px 2px #bd5adb; box-shadow: 1px 1px 3px 2px #bd5adb;">
Div content here</div>
This div box has shadow with color #bd5adb
Comments
No comments written yet.
Please login to write comment.