Color spaces of #bd42bb
RGB | 189 | 66 | 187 |
---|---|---|---|
HSL | 0.84 | 0.48 | 0.50 |
HSV | 301° | 65° | 74° |
CMYK | 0.00 | 0.65 | 0.01 0.26 |
XYZ | 31.9041 | 18.3031 | 48.8650 |
Yxy | 18.3031 | 0.3220 | 0.1847 |
Hunter Lab | 42.7821 | 58.2449 | -37.7725 |
CIE-Lab | 49.8617 | 63.6010 | -39.5691 |
#bd42bb color RGB value is (189,66,187).
#bd42bb hex color red value is 189, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bd42bb hue: 0.84 , saturation: 0.48 and the lightness value of bd42bb is 0.50.
The process color (four color CMYK) of #bd42bb color hex is 0.00, 0.65, 0.01, 0.26. Web safe color of #bd42bb is #cc33cc. Color #bd42bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000010 | 10111011 |
Octal | 275 | 102 | 273 |
Decimal | 189 | 66 | 187 |
Hex | BD | 42 | BB |
Shades of #bd42bb
Tints of #bd42bb
RGB Percentages of Color #bd42bb
CMYK Percentages of Color #bd42bb
Complementary Color
#bd42bb | #42bd44 |
#bd42bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd42bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd42bb Color CSS Codes
.mybgcolor {background-color:#bd42bb; } .myforecolor {color:#bd42bb; } .mybordercolor {border:3px solid #bd42bb; }
#bd42bb Text Font Color
<p style="color:#bd42bb">Text here</p>
This sample text font color is #bd42bb
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.
#bd42bb Background Color
<div style="background-color:#bd42bb">
Div content here</div>
This div background color is #bd42bb
#bd42bb Border Color
<div style="border:3px solid #bd42bb">
Div here</div>
This div border color is #bd42bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,66,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd42bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd42bb; -webkit-box-shadow: 1px 1px 3px 2px #bd42bb; box-shadow: 1px 1px 3px 2px #bd42bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,66,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 #bd42bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd42bb; -webkit-box-shadow: 1px 1px 3px 2px #bd42bb; box-shadow: 1px 1px 3px 2px #bd42bb;">
Div content here</div>
This div box has shadow with color #bd42bb
Comments
No comments written yet.
Please login to write comment.