Color spaces of #bc29af
RGB | 188 | 41 | 175 |
---|---|---|---|
HSL | 0.85 | 0.64 | 0.45 |
HSV | 305° | 78° | 74° |
CMYK | 0.00 | 0.78 | 0.07 0.26 |
XYZ | 29.2698 | 15.3724 | 41.9819 |
Yxy | 15.3724 | 0.3379 | 0.1775 |
Hunter Lab | 39.2077 | 64.6427 | -36.0399 |
CIE-Lab | 46.1401 | 69.8025 | -38.4293 |
#bc29af color RGB value is (188,41,175).
#bc29af hex color red value is 188, green value is 41 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc29af hue: 0.85 , saturation: 0.64 and the lightness value of bc29af is 0.45.
The process color (four color CMYK) of #bc29af color hex is 0.00, 0.78, 0.07, 0.26. Web safe color of #bc29af is #cc3399. Color #bc29af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00101001 | 10101111 |
Octal | 274 | 51 | 257 |
Decimal | 188 | 41 | 175 |
Hex | BC | 29 | AF |
Shades of #bc29af
Tints of #bc29af
RGB Percentages of Color #bc29af
CMYK Percentages of Color #bc29af
Complementary Color
#bc29af | #29bc36 |
#bc29af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc29af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc29af Color CSS Codes
.mybgcolor {background-color:#bc29af; } .myforecolor {color:#bc29af; } .mybordercolor {border:3px solid #bc29af; }
#bc29af Text Font Color
<p style="color:#bc29af">Text here</p>
This sample text font color is #bc29af
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.
#bc29af Background Color
<div style="background-color:#bc29af">
Div content here</div>
This div background color is #bc29af
#bc29af Border Color
<div style="border:3px solid #bc29af">
Div here</div>
This div border color is #bc29af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,41,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc29af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc29af; -webkit-box-shadow: 1px 1px 3px 2px #bc29af; box-shadow: 1px 1px 3px 2px #bc29af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,41,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc29af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc29af; -webkit-box-shadow: 1px 1px 3px 2px #bc29af; box-shadow: 1px 1px 3px 2px #bc29af;">
Div content here</div>
This div box has shadow with color #bc29af
Comments
No comments written yet.
Please login to write comment.