Color spaces of #b41cda
RGB | 180 | 28 | 218 |
---|---|---|---|
HSL | 0.80 | 0.77 | 0.48 |
HSV | 288° | 87° | 85° |
CMYK | 0.17 | 0.87 | 0.00 0.15 |
XYZ | 31.8925 | 15.5958 | 67.6590 |
Yxy | 15.5958 | 0.2770 | 0.1354 |
Hunter Lab | 39.4915 | 75.0426 | -73.9348 |
CIE-Lab | 46.4397 | 78.3091 | -63.0133 |
#b41cda color RGB value is (180,28,218).
#b41cda hex color red value is 180, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b41cda hue: 0.80 , saturation: 0.77 and the lightness value of b41cda is 0.48.
The process color (four color CMYK) of #b41cda color hex is 0.17, 0.87, 0.00, 0.15. Web safe color of #b41cda is #cc33cc. Color #b41cda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00011100 | 11011010 |
Octal | 264 | 34 | 332 |
Decimal | 180 | 28 | 218 |
Hex | B4 | 1C | DA |
Shades of #b41cda
Tints of #b41cda
RGB Percentages of Color #b41cda
CMYK Percentages of Color #b41cda
Complementary Color
#b41cda | #42da1c |
#b41cda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b41cda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b41cda Color CSS Codes
.mybgcolor {background-color:#b41cda; } .myforecolor {color:#b41cda; } .mybordercolor {border:3px solid #b41cda; }
#b41cda Text Font Color
<p style="color:#b41cda">Text here</p>
This sample text font color is #b41cda
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.
#b41cda Background Color
<div style="background-color:#b41cda">
Div content here</div>
This div background color is #b41cda
#b41cda Border Color
<div style="border:3px solid #b41cda">
Div here</div>
This div border color is #b41cda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,28,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b41cda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b41cda; -webkit-box-shadow: 1px 1px 3px 2px #b41cda; box-shadow: 1px 1px 3px 2px #b41cda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,28,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b41cda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b41cda; -webkit-box-shadow: 1px 1px 3px 2px #b41cda; box-shadow: 1px 1px 3px 2px #b41cda;">
Div content here</div>
This div box has shadow with color #b41cda
Comments
No comments written yet.
Please login to write comment.