Color spaces of #b41dea
RGB | 180 | 29 | 234 |
---|---|---|---|
HSL | 0.79 | 0.83 | 0.52 |
HSV | 284° | 88° | 92° |
CMYK | 0.23 | 0.88 | 0.00 0.08 |
XYZ | 34.1130 | 16.5225 | 79.2331 |
Yxy | 16.5225 | 0.2627 | 0.1272 |
Hunter Lab | 40.6479 | 78.6691 | -87.1178 |
CIE-Lab | 47.6527 | 80.9640 | -70.1462 |
#b41dea color RGB value is (180,29,234).
#b41dea hex color red value is 180, green value is 29 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b41dea hue: 0.79 , saturation: 0.83 and the lightness value of b41dea is 0.52.
The process color (four color CMYK) of #b41dea color hex is 0.23, 0.88, 0.00, 0.08. Web safe color of #b41dea is #cc33ff. Color #b41dea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00011101 | 11101010 |
Octal | 264 | 35 | 352 |
Decimal | 180 | 29 | 234 |
Hex | B4 | 1D | EA |
Shades of #b41dea
Tints of #b41dea
RGB Percentages of Color #b41dea
CMYK Percentages of Color #b41dea
Complementary Color
#b41dea | #53ea1d |
#b41dea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b41dea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b41dea Color CSS Codes
.mybgcolor {background-color:#b41dea; } .myforecolor {color:#b41dea; } .mybordercolor {border:3px solid #b41dea; }
#b41dea Text Font Color
<p style="color:#b41dea">Text here</p>
This sample text font color is #b41dea
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.
#b41dea Background Color
<div style="background-color:#b41dea">
Div content here</div>
This div background color is #b41dea
#b41dea Border Color
<div style="border:3px solid #b41dea">
Div here</div>
This div border color is #b41dea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,29,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b41dea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b41dea; -webkit-box-shadow: 1px 1px 3px 2px #b41dea; box-shadow: 1px 1px 3px 2px #b41dea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,29,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b41dea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b41dea; -webkit-box-shadow: 1px 1px 3px 2px #b41dea; box-shadow: 1px 1px 3px 2px #b41dea;">
Div content here</div>
This div box has shadow with color #b41dea
Comments
No comments written yet.
Please login to write comment.