Color spaces of #b41cbd
RGB | 180 | 28 | 189 |
---|---|---|---|
HSL | 0.82 | 0.74 | 0.43 |
HSV | 297° | 85° | 74° |
CMYK | 0.05 | 0.85 | 0.00 0.26 |
XYZ | 28.4230 | 14.2079 | 49.3885 |
Yxy | 14.2079 | 0.3089 | 0.1544 |
Hunter Lab | 37.6934 | 68.6360 | -51.3006 |
CIE-Lab | 44.5296 | 73.4561 | -49.3072 |
#b41cbd color RGB value is (180,28,189).
#b41cbd hex color red value is 180, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b41cbd hue: 0.82 , saturation: 0.74 and the lightness value of b41cbd is 0.43.
The process color (four color CMYK) of #b41cbd color hex is 0.05, 0.85, 0.00, 0.26. Web safe color of #b41cbd is #cc33cc. Color #b41cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00011100 | 10111101 |
Octal | 264 | 34 | 275 |
Decimal | 180 | 28 | 189 |
Hex | B4 | 1C | BD |
Shades of #b41cbd
Tints of #b41cbd
RGB Percentages of Color #b41cbd
CMYK Percentages of Color #b41cbd
Complementary Color
#b41cbd | #25bd1c |
#b41cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b41cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b41cbd Color CSS Codes
.mybgcolor {background-color:#b41cbd; } .myforecolor {color:#b41cbd; } .mybordercolor {border:3px solid #b41cbd; }
#b41cbd Text Font Color
<p style="color:#b41cbd">Text here</p>
This sample text font color is #b41cbd
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.
#b41cbd Background Color
<div style="background-color:#b41cbd">
Div content here</div>
This div background color is #b41cbd
#b41cbd Border Color
<div style="border:3px solid #b41cbd">
Div here</div>
This div border color is #b41cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,28,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b41cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b41cbd; -webkit-box-shadow: 1px 1px 3px 2px #b41cbd; box-shadow: 1px 1px 3px 2px #b41cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,28,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 #b41cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b41cbd; -webkit-box-shadow: 1px 1px 3px 2px #b41cbd; box-shadow: 1px 1px 3px 2px #b41cbd;">
Div content here</div>
This div box has shadow with color #b41cbd
Comments
No comments written yet.
Please login to write comment.