Color spaces of #b42dbd
RGB | 180 | 45 | 189 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.46 |
HSV | 296° | 76° | 74° |
CMYK | 0.05 | 0.76 | 0.00 0.26 |
XYZ | 28.9461 | 15.2542 | 49.5628 |
Yxy | 15.2542 | 0.3087 | 0.1627 |
Hunter Lab | 39.0566 | 63.9429 | -47.8993 |
CIE-Lab | 45.9804 | 69.2414 | -46.9864 |
#b42dbd color RGB value is (180,45,189).
#b42dbd hex color red value is 180, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b42dbd hue: 0.82 , saturation: 0.62 and the lightness value of b42dbd is 0.46.
The process color (four color CMYK) of #b42dbd color hex is 0.05, 0.76, 0.00, 0.26. Web safe color of #b42dbd is #cc33cc. Color #b42dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00101101 | 10111101 |
Octal | 264 | 55 | 275 |
Decimal | 180 | 45 | 189 |
Hex | B4 | 2D | BD |
Shades of #b42dbd
Tints of #b42dbd
RGB Percentages of Color #b42dbd
CMYK Percentages of Color #b42dbd
Complementary Color
#b42dbd | #36bd2d |
#b42dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b42dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b42dbd Color CSS Codes
.mybgcolor {background-color:#b42dbd; } .myforecolor {color:#b42dbd; } .mybordercolor {border:3px solid #b42dbd; }
#b42dbd Text Font Color
<p style="color:#b42dbd">Text here</p>
This sample text font color is #b42dbd
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.
#b42dbd Background Color
<div style="background-color:#b42dbd">
Div content here</div>
This div background color is #b42dbd
#b42dbd Border Color
<div style="border:3px solid #b42dbd">
Div here</div>
This div border color is #b42dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,45,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b42dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b42dbd; -webkit-box-shadow: 1px 1px 3px 2px #b42dbd; box-shadow: 1px 1px 3px 2px #b42dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,45,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 #b42dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b42dbd; -webkit-box-shadow: 1px 1px 3px 2px #b42dbd; box-shadow: 1px 1px 3px 2px #b42dbd;">
Div content here</div>
This div box has shadow with color #b42dbd
Comments
No comments written yet.
Please login to write comment.