Color spaces of #bd63dd
RGB | 189 | 99 | 221 |
---|---|---|---|
HSL | 0.79 | 0.64 | 0.63 |
HSV | 284° | 55° | 87° |
CMYK | 0.14 | 0.55 | 0.00 0.13 |
XYZ | 38.4993 | 24.9630 | 71.1958 |
Yxy | 24.9630 | 0.2859 | 0.1854 |
Hunter Lab | 49.9630 | 50.1091 | -49.5124 |
CIE-Lab | 57.0394 | 55.1239 | -47.6614 |
#bd63dd color RGB value is (189,99,221).
#bd63dd hex color red value is 189, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd63dd hue: 0.79 , saturation: 0.64 and the lightness value of bd63dd is 0.63.
The process color (four color CMYK) of #bd63dd color hex is 0.14, 0.55, 0.00, 0.13. Web safe color of #bd63dd is #cc66cc. Color #bd63dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01100011 | 11011101 |
Octal | 275 | 143 | 335 |
Decimal | 189 | 99 | 221 |
Hex | BD | 63 | DD |
Shades of #bd63dd
Tints of #bd63dd
RGB Percentages of Color #bd63dd
CMYK Percentages of Color #bd63dd
Complementary Color
#bd63dd | #83dd63 |
#bd63dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd63dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd63dd Color CSS Codes
.mybgcolor {background-color:#bd63dd; } .myforecolor {color:#bd63dd; } .mybordercolor {border:3px solid #bd63dd; }
#bd63dd Text Font Color
<p style="color:#bd63dd">Text here</p>
This sample text font color is #bd63dd
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.
#bd63dd Background Color
<div style="background-color:#bd63dd">
Div content here</div>
This div background color is #bd63dd
#bd63dd Border Color
<div style="border:3px solid #bd63dd">
Div here</div>
This div border color is #bd63dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,99,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd63dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd63dd; -webkit-box-shadow: 1px 1px 3px 2px #bd63dd; box-shadow: 1px 1px 3px 2px #bd63dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,99,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 #bd63dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd63dd; -webkit-box-shadow: 1px 1px 3px 2px #bd63dd; box-shadow: 1px 1px 3px 2px #bd63dd;">
Div content here</div>
This div box has shadow with color #bd63dd
Comments
No comments written yet.
Please login to write comment.