Color spaces of #bd7bda
RGB | 189 | 123 | 218 |
---|---|---|---|
HSL | 0.78 | 0.56 | 0.67 |
HSV | 282° | 44° | 85° |
CMYK | 0.13 | 0.44 | 0.00 0.15 |
XYZ | 40.7241 | 30.0467 | 69.9829 |
Yxy | 30.0467 | 0.2893 | 0.2135 |
Hunter Lab | 54.8149 | 36.6886 | -37.3260 |
CIE-Lab | 61.6945 | 42.0518 | -38.6439 |
#bd7bda color RGB value is (189,123,218).
#bd7bda hex color red value is 189, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bd7bda hue: 0.78 , saturation: 0.56 and the lightness value of bd7bda is 0.67.
The process color (four color CMYK) of #bd7bda color hex is 0.13, 0.44, 0.00, 0.15. Web safe color of #bd7bda is #cc66cc. Color #bd7bda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01111011 | 11011010 |
Octal | 275 | 173 | 332 |
Decimal | 189 | 123 | 218 |
Hex | BD | 7B | DA |
Shades of #bd7bda
Tints of #bd7bda
RGB Percentages of Color #bd7bda
CMYK Percentages of Color #bd7bda
Complementary Color
#bd7bda | #98da7b |
#bd7bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd7bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd7bda Color CSS Codes
.mybgcolor {background-color:#bd7bda; } .myforecolor {color:#bd7bda; } .mybordercolor {border:3px solid #bd7bda; }
#bd7bda Text Font Color
<p style="color:#bd7bda">Text here</p>
This sample text font color is #bd7bda
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.
#bd7bda Background Color
<div style="background-color:#bd7bda">
Div content here</div>
This div background color is #bd7bda
#bd7bda Border Color
<div style="border:3px solid #bd7bda">
Div here</div>
This div border color is #bd7bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,123,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd7bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd7bda; -webkit-box-shadow: 1px 1px 3px 2px #bd7bda; box-shadow: 1px 1px 3px 2px #bd7bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,123,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd7bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd7bda; -webkit-box-shadow: 1px 1px 3px 2px #bd7bda; box-shadow: 1px 1px 3px 2px #bd7bda;">
Div content here</div>
This div box has shadow with color #bd7bda
Comments
No comments written yet.
Please login to write comment.