Color spaces of #bd1ebd
RGB | 189 | 30 | 189 |
---|---|---|---|
HSL | 0.83 | 0.73 | 0.43 |
HSV | 300° | 84° | 74° |
CMYK | 0.00 | 0.84 | 0.00 0.26 |
XYZ | 30.6358 | 15.4215 | 49.5061 |
Yxy | 15.4215 | 0.3206 | 0.1614 |
Hunter Lab | 39.2702 | 70.5300 | -47.2549 |
CIE-Lab | 46.2062 | 74.6905 | -46.5385 |
#bd1ebd color RGB value is (189,30,189).
#bd1ebd hex color red value is 189, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd1ebd hue: 0.83 , saturation: 0.73 and the lightness value of bd1ebd is 0.43.
The process color (four color CMYK) of #bd1ebd color hex is 0.00, 0.84, 0.00, 0.26. Web safe color of #bd1ebd is #cc33cc. Color #bd1ebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00011110 | 10111101 |
Octal | 275 | 36 | 275 |
Decimal | 189 | 30 | 189 |
Hex | BD | 1E | BD |
Shades of #bd1ebd
Tints of #bd1ebd
RGB Percentages of Color #bd1ebd
CMYK Percentages of Color #bd1ebd
Complementary Color
#bd1ebd | #1ebd1e |
#bd1ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd1ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd1ebd Color CSS Codes
.mybgcolor {background-color:#bd1ebd; } .myforecolor {color:#bd1ebd; } .mybordercolor {border:3px solid #bd1ebd; }
#bd1ebd Text Font Color
<p style="color:#bd1ebd">Text here</p>
This sample text font color is #bd1ebd
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.
#bd1ebd Background Color
<div style="background-color:#bd1ebd">
Div content here</div>
This div background color is #bd1ebd
#bd1ebd Border Color
<div style="border:3px solid #bd1ebd">
Div here</div>
This div border color is #bd1ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,30,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd1ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd1ebd; -webkit-box-shadow: 1px 1px 3px 2px #bd1ebd; box-shadow: 1px 1px 3px 2px #bd1ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,30,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd1ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd1ebd; -webkit-box-shadow: 1px 1px 3px 2px #bd1ebd; box-shadow: 1px 1px 3px 2px #bd1ebd;">
Div content here</div>
This div box has shadow with color #bd1ebd
Comments
No comments written yet.
Please login to write comment.