Color spaces of #bd3cdb
RGB | 189 | 60 | 219 |
---|---|---|---|
HSL | 0.80 | 0.69 | 0.55 |
HSV | 289° | 73° | 86° |
CMYK | 0.14 | 0.73 | 0.00 0.14 |
XYZ | 35.3883 | 19.1650 | 68.8519 |
Yxy | 19.1650 | 0.2868 | 0.1553 |
Hunter Lab | 43.7778 | 67.6812 | -62.6042 |
CIE-Lab | 50.8797 | 71.4282 | -56.3553 |
#bd3cdb color RGB value is (189,60,219).
#bd3cdb hex color red value is 189, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd3cdb hue: 0.80 , saturation: 0.69 and the lightness value of bd3cdb is 0.55.
The process color (four color CMYK) of #bd3cdb color hex is 0.14, 0.73, 0.00, 0.14. Web safe color of #bd3cdb is #cc33cc. Color #bd3cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00111100 | 11011011 |
Octal | 275 | 74 | 333 |
Decimal | 189 | 60 | 219 |
Hex | BD | 3C | DB |
Shades of #bd3cdb
Tints of #bd3cdb
RGB Percentages of Color #bd3cdb
CMYK Percentages of Color #bd3cdb
Complementary Color
#bd3cdb | #5adb3c |
#bd3cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd3cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd3cdb Color CSS Codes
.mybgcolor {background-color:#bd3cdb; } .myforecolor {color:#bd3cdb; } .mybordercolor {border:3px solid #bd3cdb; }
#bd3cdb Text Font Color
<p style="color:#bd3cdb">Text here</p>
This sample text font color is #bd3cdb
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.
#bd3cdb Background Color
<div style="background-color:#bd3cdb">
Div content here</div>
This div background color is #bd3cdb
#bd3cdb Border Color
<div style="border:3px solid #bd3cdb">
Div here</div>
This div border color is #bd3cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,60,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd3cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd3cdb; -webkit-box-shadow: 1px 1px 3px 2px #bd3cdb; box-shadow: 1px 1px 3px 2px #bd3cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,60,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 #bd3cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd3cdb; -webkit-box-shadow: 1px 1px 3px 2px #bd3cdb; box-shadow: 1px 1px 3px 2px #bd3cdb;">
Div content here</div>
This div box has shadow with color #bd3cdb
Comments
No comments written yet.
Please login to write comment.