Color spaces of #bd76cc
RGB | 189 | 118 | 204 |
---|---|---|---|
HSL | 0.80 | 0.46 | 0.63 |
HSV | 290° | 42° | 80° |
CMYK | 0.07 | 0.42 | 0.00 0.20 |
XYZ | 38.3638 | 28.1353 | 60.5354 |
Yxy | 28.1353 | 0.3020 | 0.2215 |
Hunter Lab | 53.0427 | 36.2776 | -30.5353 |
CIE-Lab | 60.0108 | 41.8815 | -33.4017 |
#bd76cc color RGB value is (189,118,204).
#bd76cc hex color red value is 189, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd76cc hue: 0.80 , saturation: 0.46 and the lightness value of bd76cc is 0.63.
The process color (four color CMYK) of #bd76cc color hex is 0.07, 0.42, 0.00, 0.20. Web safe color of #bd76cc is #cc66cc. Color #bd76cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01110110 | 11001100 |
Octal | 275 | 166 | 314 |
Decimal | 189 | 118 | 204 |
Hex | BD | 76 | CC |
Shades of #bd76cc
Tints of #bd76cc
RGB Percentages of Color #bd76cc
CMYK Percentages of Color #bd76cc
Complementary Color
#bd76cc | #85cc76 |
#bd76cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd76cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd76cc Color CSS Codes
.mybgcolor {background-color:#bd76cc; } .myforecolor {color:#bd76cc; } .mybordercolor {border:3px solid #bd76cc; }
#bd76cc Text Font Color
<p style="color:#bd76cc">Text here</p>
This sample text font color is #bd76cc
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.
#bd76cc Background Color
<div style="background-color:#bd76cc">
Div content here</div>
This div background color is #bd76cc
#bd76cc Border Color
<div style="border:3px solid #bd76cc">
Div here</div>
This div border color is #bd76cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,118,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd76cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd76cc; -webkit-box-shadow: 1px 1px 3px 2px #bd76cc; box-shadow: 1px 1px 3px 2px #bd76cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,118,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd76cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd76cc; -webkit-box-shadow: 1px 1px 3px 2px #bd76cc; box-shadow: 1px 1px 3px 2px #bd76cc;">
Div content here</div>
This div box has shadow with color #bd76cc
Comments
No comments written yet.
Please login to write comment.