Color spaces of #bd29df
RGB | 189 | 41 | 223 |
---|---|---|---|
HSL | 0.80 | 0.74 | 0.52 |
HSV | 289° | 82° | 87° |
CMYK | 0.15 | 0.82 | 0.00 0.13 |
XYZ | 35.0985 | 17.7324 | 71.3848 |
Yxy | 17.7324 | 0.2826 | 0.1428 |
Hunter Lab | 42.1099 | 75.0872 | -71.0318 |
CIE-Lab | 49.1699 | 77.8134 | -61.3829 |
#bd29df color RGB value is (189,41,223).
#bd29df hex color red value is 189, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd29df hue: 0.80 , saturation: 0.74 and the lightness value of bd29df is 0.52.
The process color (four color CMYK) of #bd29df color hex is 0.15, 0.82, 0.00, 0.13. Web safe color of #bd29df is #cc33cc. Color #bd29df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00101001 | 11011111 |
Octal | 275 | 51 | 337 |
Decimal | 189 | 41 | 223 |
Hex | BD | 29 | DF |
Shades of #bd29df
Tints of #bd29df
RGB Percentages of Color #bd29df
CMYK Percentages of Color #bd29df
Complementary Color
#bd29df | #4bdf29 |
#bd29df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd29df Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd29df Color CSS Codes
.mybgcolor {background-color:#bd29df; } .myforecolor {color:#bd29df; } .mybordercolor {border:3px solid #bd29df; }
#bd29df Text Font Color
<p style="color:#bd29df">Text here</p>
This sample text font color is #bd29df
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.
#bd29df Background Color
<div style="background-color:#bd29df">
Div content here</div>
This div background color is #bd29df
#bd29df Border Color
<div style="border:3px solid #bd29df">
Div here</div>
This div border color is #bd29df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,41,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd29df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd29df; -webkit-box-shadow: 1px 1px 3px 2px #bd29df; box-shadow: 1px 1px 3px 2px #bd29df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,41,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd29df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd29df; -webkit-box-shadow: 1px 1px 3px 2px #bd29df; box-shadow: 1px 1px 3px 2px #bd29df;">
Div content here</div>
This div box has shadow with color #bd29df
Comments
No comments written yet.
Please login to write comment.