Color spaces of #bd80bc
RGB | 189 | 128 | 188 |
---|---|---|---|
HSL | 0.84 | 0.32 | 0.62 |
HSV | 301° | 32° | 74° |
CMYK | 0.00 | 0.32 | 0.01 0.26 |
XYZ | 37.7825 | 29.8880 | 51.3546 |
Yxy | 29.8880 | 0.3174 | 0.2511 |
Hunter Lab | 54.6699 | 27.6894 | -17.4256 |
CIE-Lab | 61.5575 | 33.3389 | -21.9615 |
#bd80bc color RGB value is (189,128,188).
#bd80bc hex color red value is 189, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd80bc hue: 0.84 , saturation: 0.32 and the lightness value of bd80bc is 0.62.
The process color (four color CMYK) of #bd80bc color hex is 0.00, 0.32, 0.01, 0.26. Web safe color of #bd80bc is #cc99cc. Color #bd80bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10000000 | 10111100 |
Octal | 275 | 200 | 274 |
Decimal | 189 | 128 | 188 |
Hex | BD | 80 | BC |
Shades of #bd80bc
Tints of #bd80bc
RGB Percentages of Color #bd80bc
CMYK Percentages of Color #bd80bc
Complementary Color
#bd80bc | #80bd81 |
#bd80bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd80bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd80bc Color CSS Codes
.mybgcolor {background-color:#bd80bc; } .myforecolor {color:#bd80bc; } .mybordercolor {border:3px solid #bd80bc; }
#bd80bc Text Font Color
<p style="color:#bd80bc">Text here</p>
This sample text font color is #bd80bc
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.
#bd80bc Background Color
<div style="background-color:#bd80bc">
Div content here</div>
This div background color is #bd80bc
#bd80bc Border Color
<div style="border:3px solid #bd80bc">
Div here</div>
This div border color is #bd80bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,128,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd80bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd80bc; -webkit-box-shadow: 1px 1px 3px 2px #bd80bc; box-shadow: 1px 1px 3px 2px #bd80bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,128,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd80bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd80bc; -webkit-box-shadow: 1px 1px 3px 2px #bd80bc; box-shadow: 1px 1px 3px 2px #bd80bc;">
Div content here</div>
This div box has shadow with color #bd80bc
Comments
No comments written yet.
Please login to write comment.