Color spaces of #bd76cb
RGB | 189 | 118 | 203 |
---|---|---|---|
HSL | 0.81 | 0.45 | 0.63 |
HSV | 290° | 42° | 80° |
CMYK | 0.07 | 0.42 | 0.00 0.20 |
XYZ | 38.2442 | 28.0875 | 59.9056 |
Yxy | 28.0875 | 0.3030 | 0.2225 |
Hunter Lab | 52.9976 | 36.0634 | -29.9198 |
CIE-Lab | 59.9677 | 41.6827 | -32.9036 |
#bd76cb color RGB value is (189,118,203).
#bd76cb hex color red value is 189, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd76cb hue: 0.81 , saturation: 0.45 and the lightness value of bd76cb is 0.63.
The process color (four color CMYK) of #bd76cb color hex is 0.07, 0.42, 0.00, 0.20. Web safe color of #bd76cb is #cc66cc. Color #bd76cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01110110 | 11001011 |
Octal | 275 | 166 | 313 |
Decimal | 189 | 118 | 203 |
Hex | BD | 76 | CB |
Shades of #bd76cb
Tints of #bd76cb
RGB Percentages of Color #bd76cb
CMYK Percentages of Color #bd76cb
Complementary Color
#bd76cb | #84cb76 |
#bd76cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd76cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd76cb Color CSS Codes
.mybgcolor {background-color:#bd76cb; } .myforecolor {color:#bd76cb; } .mybordercolor {border:3px solid #bd76cb; }
#bd76cb Text Font Color
<p style="color:#bd76cb">Text here</p>
This sample text font color is #bd76cb
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.
#bd76cb Background Color
<div style="background-color:#bd76cb">
Div content here</div>
This div background color is #bd76cb
#bd76cb Border Color
<div style="border:3px solid #bd76cb">
Div here</div>
This div border color is #bd76cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,118,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd76cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd76cb; -webkit-box-shadow: 1px 1px 3px 2px #bd76cb; box-shadow: 1px 1px 3px 2px #bd76cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,118,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd76cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd76cb; -webkit-box-shadow: 1px 1px 3px 2px #bd76cb; box-shadow: 1px 1px 3px 2px #bd76cb;">
Div content here</div>
This div box has shadow with color #bd76cb
Comments
No comments written yet.
Please login to write comment.