Color spaces of #bd249e
RGB | 189 | 36 | 158 |
---|---|---|---|
HSL | 0.87 | 0.68 | 0.44 |
HSV | 312° | 81° | 74° |
CMYK | 0.00 | 0.81 | 0.16 0.26 |
XYZ | 27.7887 | 14.5492 | 33.6914 |
Yxy | 14.5492 | 0.3655 | 0.1914 |
Hunter Lab | 38.1434 | 63.2920 | -25.6694 |
CIE-Lab | 45.0105 | 68.8775 | -30.0842 |
#bd249e color RGB value is (189,36,158).
#bd249e hex color red value is 189, green value is 36 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd249e hue: 0.87 , saturation: 0.68 and the lightness value of bd249e is 0.44.
The process color (four color CMYK) of #bd249e color hex is 0.00, 0.81, 0.16, 0.26. Web safe color of #bd249e is #cc3399. Color #bd249e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00100100 | 10011110 |
Octal | 275 | 44 | 236 |
Decimal | 189 | 36 | 158 |
Hex | BD | 24 | 9E |
Shades of #bd249e
Tints of #bd249e
RGB Percentages of Color #bd249e
CMYK Percentages of Color #bd249e
Complementary Color
#bd249e | #24bd43 |
#bd249e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd249e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd249e Color CSS Codes
.mybgcolor {background-color:#bd249e; } .myforecolor {color:#bd249e; } .mybordercolor {border:3px solid #bd249e; }
#bd249e Text Font Color
<p style="color:#bd249e">Text here</p>
This sample text font color is #bd249e
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.
#bd249e Background Color
<div style="background-color:#bd249e">
Div content here</div>
This div background color is #bd249e
#bd249e Border Color
<div style="border:3px solid #bd249e">
Div here</div>
This div border color is #bd249e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,36,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd249e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd249e; -webkit-box-shadow: 1px 1px 3px 2px #bd249e; box-shadow: 1px 1px 3px 2px #bd249e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,36,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd249e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd249e; -webkit-box-shadow: 1px 1px 3px 2px #bd249e; box-shadow: 1px 1px 3px 2px #bd249e;">
Div content here</div>
This div box has shadow with color #bd249e
Comments
No comments written yet.
Please login to write comment.