Color spaces of #bd296e
RGB | 189 | 41 | 110 |
---|---|---|---|
HSL | 0.92 | 0.64 | 0.45 |
HSV | 332° | 78° | 74° |
CMYK | 0.00 | 0.78 | 0.42 0.26 |
XYZ | 24.5937 | 13.5305 | 16.0673 |
Yxy | 13.5305 | 0.4538 | 0.2497 |
Hunter Lab | 36.7838 | 54.9736 | -0.1494 |
CIE-Lab | 43.5519 | 61.9248 | -3.0119 |
#bd296e color RGB value is (189,41,110).
#bd296e hex color red value is 189, green value is 41 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd296e hue: 0.92 , saturation: 0.64 and the lightness value of bd296e is 0.45.
The process color (four color CMYK) of #bd296e color hex is 0.00, 0.78, 0.42, 0.26. Web safe color of #bd296e is #cc3366. Color #bd296e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00101001 | 01101110 |
Octal | 275 | 51 | 156 |
Decimal | 189 | 41 | 110 |
Hex | BD | 29 | 6E |
Shades of #bd296e
Tints of #bd296e
RGB Percentages of Color #bd296e
CMYK Percentages of Color #bd296e
Complementary Color
#bd296e | #29bd78 |
#bd296e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd296e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd296e Color CSS Codes
.mybgcolor {background-color:#bd296e; } .myforecolor {color:#bd296e; } .mybordercolor {border:3px solid #bd296e; }
#bd296e Text Font Color
<p style="color:#bd296e">Text here</p>
This sample text font color is #bd296e
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.
#bd296e Background Color
<div style="background-color:#bd296e">
Div content here</div>
This div background color is #bd296e
#bd296e Border Color
<div style="border:3px solid #bd296e">
Div here</div>
This div border color is #bd296e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,41,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd296e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd296e; -webkit-box-shadow: 1px 1px 3px 2px #bd296e; box-shadow: 1px 1px 3px 2px #bd296e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,41,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd296e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd296e; -webkit-box-shadow: 1px 1px 3px 2px #bd296e; box-shadow: 1px 1px 3px 2px #bd296e;">
Div content here</div>
This div box has shadow with color #bd296e
Comments
No comments written yet.
Please login to write comment.