Color spaces of #bd49dc
RGB | 189 | 73 | 220 |
---|---|---|---|
HSL | 0.80 | 0.68 | 0.57 |
HSV | 287° | 67° | 86° |
CMYK | 0.14 | 0.67 | 0.00 0.14 |
XYZ | 36.2871 | 20.7512 | 69.8030 |
Yxy | 20.7512 | 0.2861 | 0.1636 |
Hunter Lab | 45.5535 | 62.4713 | -58.9644 |
CIE-Lab | 52.6761 | 66.7049 | -54.0448 |
#bd49dc color RGB value is (189,73,220).
#bd49dc hex color red value is 189, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd49dc hue: 0.80 , saturation: 0.68 and the lightness value of bd49dc is 0.57.
The process color (four color CMYK) of #bd49dc color hex is 0.14, 0.67, 0.00, 0.14. Web safe color of #bd49dc is #cc33cc. Color #bd49dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01001001 | 11011100 |
Octal | 275 | 111 | 334 |
Decimal | 189 | 73 | 220 |
Hex | BD | 49 | DC |
Shades of #bd49dc
Tints of #bd49dc
RGB Percentages of Color #bd49dc
CMYK Percentages of Color #bd49dc
Complementary Color
#bd49dc | #68dc49 |
#bd49dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd49dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd49dc Color CSS Codes
.mybgcolor {background-color:#bd49dc; } .myforecolor {color:#bd49dc; } .mybordercolor {border:3px solid #bd49dc; }
#bd49dc Text Font Color
<p style="color:#bd49dc">Text here</p>
This sample text font color is #bd49dc
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.
#bd49dc Background Color
<div style="background-color:#bd49dc">
Div content here</div>
This div background color is #bd49dc
#bd49dc Border Color
<div style="border:3px solid #bd49dc">
Div here</div>
This div border color is #bd49dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,73,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd49dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd49dc; -webkit-box-shadow: 1px 1px 3px 2px #bd49dc; box-shadow: 1px 1px 3px 2px #bd49dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,73,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd49dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd49dc; -webkit-box-shadow: 1px 1px 3px 2px #bd49dc; box-shadow: 1px 1px 3px 2px #bd49dc;">
Div content here</div>
This div box has shadow with color #bd49dc
Comments
No comments written yet.
Please login to write comment.