Color spaces of #bd28db
RGB | 189 | 40 | 219 |
---|---|---|---|
HSL | 0.81 | 0.71 | 0.51 |
HSV | 290° | 82° | 86° |
CMYK | 0.14 | 0.82 | 0.00 0.14 |
XYZ | 34.5312 | 17.4509 | 68.5662 |
Yxy | 17.4509 | 0.2865 | 0.1448 |
Hunter Lab | 41.7743 | 74.4456 | -68.0736 |
CIE-Lab | 48.8232 | 77.3646 | -59.6631 |
#bd28db color RGB value is (189,40,219).
#bd28db hex color red value is 189, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd28db hue: 0.81 , saturation: 0.71 and the lightness value of bd28db is 0.51.
The process color (four color CMYK) of #bd28db color hex is 0.14, 0.82, 0.00, 0.14. Web safe color of #bd28db is #cc33cc. Color #bd28db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00101000 | 11011011 |
Octal | 275 | 50 | 333 |
Decimal | 189 | 40 | 219 |
Hex | BD | 28 | DB |
Shades of #bd28db
Tints of #bd28db
RGB Percentages of Color #bd28db
CMYK Percentages of Color #bd28db
Complementary Color
#bd28db | #46db28 |
#bd28db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd28db Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd28db Color CSS Codes
.mybgcolor {background-color:#bd28db; } .myforecolor {color:#bd28db; } .mybordercolor {border:3px solid #bd28db; }
#bd28db Text Font Color
<p style="color:#bd28db">Text here</p>
This sample text font color is #bd28db
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.
#bd28db Background Color
<div style="background-color:#bd28db">
Div content here</div>
This div background color is #bd28db
#bd28db Border Color
<div style="border:3px solid #bd28db">
Div here</div>
This div border color is #bd28db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,40,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd28db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd28db; -webkit-box-shadow: 1px 1px 3px 2px #bd28db; box-shadow: 1px 1px 3px 2px #bd28db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,40,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd28db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd28db; -webkit-box-shadow: 1px 1px 3px 2px #bd28db; box-shadow: 1px 1px 3px 2px #bd28db;">
Div content here</div>
This div box has shadow with color #bd28db
Comments
No comments written yet.
Please login to write comment.