Color spaces of #bc52bd
RGB | 188 | 82 | 189 |
---|---|---|---|
HSL | 0.83 | 0.45 | 0.53 |
HSV | 299° | 57° | 74° |
CMYK | 0.01 | 0.57 | 0.00 0.26 |
XYZ | 32.9416 | 20.4001 | 50.3455 |
Yxy | 20.4001 | 0.3177 | 0.1967 |
Hunter Lab | 45.1665 | 51.1454 | -34.4720 |
CIE-Lab | 52.2866 | 56.8755 | -36.9193 |
#bc52bd color RGB value is (188,82,189).
#bc52bd hex color red value is 188, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bc52bd hue: 0.83 , saturation: 0.45 and the lightness value of bc52bd is 0.53.
The process color (four color CMYK) of #bc52bd color hex is 0.01, 0.57, 0.00, 0.26. Web safe color of #bc52bd is #cc66cc. Color #bc52bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01010010 | 10111101 |
Octal | 274 | 122 | 275 |
Decimal | 188 | 82 | 189 |
Hex | BC | 52 | BD |
Shades of #bc52bd
Tints of #bc52bd
RGB Percentages of Color #bc52bd
CMYK Percentages of Color #bc52bd
Complementary Color
#bc52bd | #53bd52 |
#bc52bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc52bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc52bd Color CSS Codes
.mybgcolor {background-color:#bc52bd; } .myforecolor {color:#bc52bd; } .mybordercolor {border:3px solid #bc52bd; }
#bc52bd Text Font Color
<p style="color:#bc52bd">Text here</p>
This sample text font color is #bc52bd
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.
#bc52bd Background Color
<div style="background-color:#bc52bd">
Div content here</div>
This div background color is #bc52bd
#bc52bd Border Color
<div style="border:3px solid #bc52bd">
Div here</div>
This div border color is #bc52bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,82,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc52bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc52bd; -webkit-box-shadow: 1px 1px 3px 2px #bc52bd; box-shadow: 1px 1px 3px 2px #bc52bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,82,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc52bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc52bd; -webkit-box-shadow: 1px 1px 3px 2px #bc52bd; box-shadow: 1px 1px 3px 2px #bc52bd;">
Div content here</div>
This div box has shadow with color #bc52bd
Comments
No comments written yet.
Please login to write comment.