Color spaces of #bd2ebb
RGB | 189 | 46 | 187 |
---|---|---|---|
HSL | 0.84 | 0.61 | 0.46 |
HSV | 301° | 76° | 74° |
CMYK | 0.00 | 0.76 | 0.01 0.26 |
XYZ | 30.9329 | 16.3607 | 48.5413 |
Yxy | 16.3607 | 0.3228 | 0.1707 |
Hunter Lab | 40.4484 | 65.7233 | -42.8389 |
CIE-Lab | 47.4442 | 70.4589 | -43.3983 |
#bd2ebb color RGB value is (189,46,187).
#bd2ebb hex color red value is 189, green value is 46 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bd2ebb hue: 0.84 , saturation: 0.61 and the lightness value of bd2ebb is 0.46.
The process color (four color CMYK) of #bd2ebb color hex is 0.00, 0.76, 0.01, 0.26. Web safe color of #bd2ebb is #cc33cc. Color #bd2ebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00101110 | 10111011 |
Octal | 275 | 56 | 273 |
Decimal | 189 | 46 | 187 |
Hex | BD | 2E | BB |
Shades of #bd2ebb
Tints of #bd2ebb
RGB Percentages of Color #bd2ebb
CMYK Percentages of Color #bd2ebb
Complementary Color
#bd2ebb | #2ebd30 |
#bd2ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd2ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd2ebb Color CSS Codes
.mybgcolor {background-color:#bd2ebb; } .myforecolor {color:#bd2ebb; } .mybordercolor {border:3px solid #bd2ebb; }
#bd2ebb Text Font Color
<p style="color:#bd2ebb">Text here</p>
This sample text font color is #bd2ebb
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.
#bd2ebb Background Color
<div style="background-color:#bd2ebb">
Div content here</div>
This div background color is #bd2ebb
#bd2ebb Border Color
<div style="border:3px solid #bd2ebb">
Div here</div>
This div border color is #bd2ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,46,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd2ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd2ebb; -webkit-box-shadow: 1px 1px 3px 2px #bd2ebb; box-shadow: 1px 1px 3px 2px #bd2ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,46,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd2ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd2ebb; -webkit-box-shadow: 1px 1px 3px 2px #bd2ebb; box-shadow: 1px 1px 3px 2px #bd2ebb;">
Div content here</div>
This div box has shadow with color #bd2ebb
Comments
No comments written yet.
Please login to write comment.