Color spaces of #bc26bb
RGB | 188 | 38 | 187 |
---|---|---|---|
HSL | 0.83 | 0.66 | 0.44 |
HSV | 300° | 80° | 74° |
CMYK | 0.00 | 0.80 | 0.01 0.26 |
XYZ | 30.4018 | 15.6654 | 48.4351 |
Yxy | 15.6654 | 0.3217 | 0.1658 |
Hunter Lab | 39.5795 | 67.8451 | -44.8499 |
CIE-Lab | 46.5324 | 72.4093 | -44.8589 |
#bc26bb color RGB value is (188,38,187).
#bc26bb hex color red value is 188, green value is 38 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bc26bb hue: 0.83 , saturation: 0.66 and the lightness value of bc26bb is 0.44.
The process color (four color CMYK) of #bc26bb color hex is 0.00, 0.80, 0.01, 0.26. Web safe color of #bc26bb is #cc33cc. Color #bc26bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00100110 | 10111011 |
Octal | 274 | 46 | 273 |
Decimal | 188 | 38 | 187 |
Hex | BC | 26 | BB |
Shades of #bc26bb
Tints of #bc26bb
RGB Percentages of Color #bc26bb
CMYK Percentages of Color #bc26bb
Complementary Color
#bc26bb | #26bc27 |
#bc26bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc26bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc26bb Color CSS Codes
.mybgcolor {background-color:#bc26bb; } .myforecolor {color:#bc26bb; } .mybordercolor {border:3px solid #bc26bb; }
#bc26bb Text Font Color
<p style="color:#bc26bb">Text here</p>
This sample text font color is #bc26bb
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.
#bc26bb Background Color
<div style="background-color:#bc26bb">
Div content here</div>
This div background color is #bc26bb
#bc26bb Border Color
<div style="border:3px solid #bc26bb">
Div here</div>
This div border color is #bc26bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,38,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc26bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc26bb; -webkit-box-shadow: 1px 1px 3px 2px #bc26bb; box-shadow: 1px 1px 3px 2px #bc26bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,38,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc26bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc26bb; -webkit-box-shadow: 1px 1px 3px 2px #bc26bb; box-shadow: 1px 1px 3px 2px #bc26bb;">
Div content here</div>
This div box has shadow with color #bc26bb
Comments
No comments written yet.
Please login to write comment.