Color spaces of #bd6cbc
RGB | 189 | 108 | 188 |
---|---|---|---|
HSL | 0.84 | 0.38 | 0.58 |
HSV | 301° | 43° | 74° |
CMYK | 0.00 | 0.43 | 0.01 0.26 |
XYZ | 35.4259 | 25.1748 | 50.5690 |
Yxy | 25.1748 | 0.3187 | 0.2265 |
Hunter Lab | 50.1745 | 38.2253 | -24.6340 |
CIE-Lab | 57.2453 | 44.1174 | -28.5983 |
#bd6cbc color RGB value is (189,108,188).
#bd6cbc hex color red value is 189, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd6cbc hue: 0.84 , saturation: 0.38 and the lightness value of bd6cbc is 0.58.
The process color (four color CMYK) of #bd6cbc color hex is 0.00, 0.43, 0.01, 0.26. Web safe color of #bd6cbc is #cc66cc. Color #bd6cbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01101100 | 10111100 |
Octal | 275 | 154 | 274 |
Decimal | 189 | 108 | 188 |
Hex | BD | 6C | BC |
Shades of #bd6cbc
Tints of #bd6cbc
RGB Percentages of Color #bd6cbc
CMYK Percentages of Color #bd6cbc
Complementary Color
#bd6cbc | #6cbd6d |
#bd6cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd6cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd6cbc Color CSS Codes
.mybgcolor {background-color:#bd6cbc; } .myforecolor {color:#bd6cbc; } .mybordercolor {border:3px solid #bd6cbc; }
#bd6cbc Text Font Color
<p style="color:#bd6cbc">Text here</p>
This sample text font color is #bd6cbc
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.
#bd6cbc Background Color
<div style="background-color:#bd6cbc">
Div content here</div>
This div background color is #bd6cbc
#bd6cbc Border Color
<div style="border:3px solid #bd6cbc">
Div here</div>
This div border color is #bd6cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,108,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd6cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd6cbc; -webkit-box-shadow: 1px 1px 3px 2px #bd6cbc; box-shadow: 1px 1px 3px 2px #bd6cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,108,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 #bd6cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd6cbc; -webkit-box-shadow: 1px 1px 3px 2px #bd6cbc; box-shadow: 1px 1px 3px 2px #bd6cbc;">
Div content here</div>
This div box has shadow with color #bd6cbc
Comments
No comments written yet.
Please login to write comment.