Color spaces of #b42fbd
RGB | 180 | 47 | 189 |
---|---|---|---|
HSL | 0.82 | 0.60 | 0.46 |
HSV | 296° | 75° | 74° |
CMYK | 0.05 | 0.75 | 0.00 0.26 |
XYZ | 29.0242 | 15.4105 | 49.5889 |
Yxy | 15.4105 | 0.3087 | 0.1639 |
Hunter Lab | 39.2562 | 63.2762 | -47.4165 |
CIE-Lab | 46.1914 | 68.6343 | -46.6497 |
#b42fbd color RGB value is (180,47,189).
#b42fbd hex color red value is 180, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b42fbd hue: 0.82 , saturation: 0.60 and the lightness value of b42fbd is 0.46.
The process color (four color CMYK) of #b42fbd color hex is 0.05, 0.75, 0.00, 0.26. Web safe color of #b42fbd is #cc33cc. Color #b42fbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00101111 | 10111101 |
Octal | 264 | 57 | 275 |
Decimal | 180 | 47 | 189 |
Hex | B4 | 2F | BD |
Shades of #b42fbd
Tints of #b42fbd
RGB Percentages of Color #b42fbd
CMYK Percentages of Color #b42fbd
Complementary Color
#b42fbd | #38bd2f |
#b42fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b42fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b42fbd Color CSS Codes
.mybgcolor {background-color:#b42fbd; } .myforecolor {color:#b42fbd; } .mybordercolor {border:3px solid #b42fbd; }
#b42fbd Text Font Color
<p style="color:#b42fbd">Text here</p>
This sample text font color is #b42fbd
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.
#b42fbd Background Color
<div style="background-color:#b42fbd">
Div content here</div>
This div background color is #b42fbd
#b42fbd Border Color
<div style="border:3px solid #b42fbd">
Div here</div>
This div border color is #b42fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,47,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b42fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b42fbd; -webkit-box-shadow: 1px 1px 3px 2px #b42fbd; box-shadow: 1px 1px 3px 2px #b42fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,47,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 #b42fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b42fbd; -webkit-box-shadow: 1px 1px 3px 2px #b42fbd; box-shadow: 1px 1px 3px 2px #b42fbd;">
Div content here</div>
This div box has shadow with color #b42fbd
Comments
No comments written yet.
Please login to write comment.