Color spaces of #bd127e
RGB | 189 | 18 | 126 |
---|---|---|---|
HSL | 0.89 | 0.83 | 0.41 |
HSV | 322° | 90° | 74° |
CMYK | 0.00 | 0.90 | 0.33 0.26 |
XYZ | 24.9685 | 12.7578 | 20.8852 |
Yxy | 12.7578 | 0.4260 | 0.2177 |
Hunter Lab | 35.7181 | 62.2728 | -9.6656 |
CIE-Lab | 42.3960 | 68.5176 | -14.6597 |
#bd127e color RGB value is (189,18,126).
#bd127e hex color red value is 189, green value is 18 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd127e hue: 0.89 , saturation: 0.83 and the lightness value of bd127e is 0.41.
The process color (four color CMYK) of #bd127e color hex is 0.00, 0.90, 0.33, 0.26. Web safe color of #bd127e is #cc0066. Color #bd127e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00010010 | 01111110 |
Octal | 275 | 22 | 176 |
Decimal | 189 | 18 | 126 |
Hex | BD | 12 | 7E |
Shades of #bd127e
Tints of #bd127e
RGB Percentages of Color #bd127e
CMYK Percentages of Color #bd127e
Complementary Color
#bd127e | #12bd51 |
#bd127e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd127e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd127e Color CSS Codes
.mybgcolor {background-color:#bd127e; } .myforecolor {color:#bd127e; } .mybordercolor {border:3px solid #bd127e; }
#bd127e Text Font Color
<p style="color:#bd127e">Text here</p>
This sample text font color is #bd127e
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.
#bd127e Background Color
<div style="background-color:#bd127e">
Div content here</div>
This div background color is #bd127e
#bd127e Border Color
<div style="border:3px solid #bd127e">
Div here</div>
This div border color is #bd127e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,18,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd127e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd127e; -webkit-box-shadow: 1px 1px 3px 2px #bd127e; box-shadow: 1px 1px 3px 2px #bd127e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,18,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd127e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd127e; -webkit-box-shadow: 1px 1px 3px 2px #bd127e; box-shadow: 1px 1px 3px 2px #bd127e;">
Div content here</div>
This div box has shadow with color #bd127e
Comments
No comments written yet.
Please login to write comment.