Color spaces of #b421bd
RGB | 180 | 33 | 189 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.44 |
HSV | 297° | 83° | 74° |
CMYK | 0.05 | 0.83 | 0.00 0.26 |
XYZ | 28.5516 | 14.4651 | 49.4313 |
Yxy | 14.4651 | 0.3088 | 0.1565 |
Hunter Lab | 38.0330 | 67.4432 | -50.4358 |
CIE-Lab | 44.8927 | 72.3947 | -48.7256 |
#b421bd color RGB value is (180,33,189).
#b421bd hex color red value is 180, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b421bd hue: 0.82 , saturation: 0.70 and the lightness value of b421bd is 0.44.
The process color (four color CMYK) of #b421bd color hex is 0.05, 0.83, 0.00, 0.26. Web safe color of #b421bd is #cc33cc. Color #b421bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00100001 | 10111101 |
Octal | 264 | 41 | 275 |
Decimal | 180 | 33 | 189 |
Hex | B4 | 21 | BD |
Shades of #b421bd
Tints of #b421bd
RGB Percentages of Color #b421bd
CMYK Percentages of Color #b421bd
Complementary Color
#b421bd | #2abd21 |
#b421bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b421bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b421bd Color CSS Codes
.mybgcolor {background-color:#b421bd; } .myforecolor {color:#b421bd; } .mybordercolor {border:3px solid #b421bd; }
#b421bd Text Font Color
<p style="color:#b421bd">Text here</p>
This sample text font color is #b421bd
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.
#b421bd Background Color
<div style="background-color:#b421bd">
Div content here</div>
This div background color is #b421bd
#b421bd Border Color
<div style="border:3px solid #b421bd">
Div here</div>
This div border color is #b421bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,33,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b421bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b421bd; -webkit-box-shadow: 1px 1px 3px 2px #b421bd; box-shadow: 1px 1px 3px 2px #b421bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,33,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 #b421bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b421bd; -webkit-box-shadow: 1px 1px 3px 2px #b421bd; box-shadow: 1px 1px 3px 2px #b421bd;">
Div content here</div>
This div box has shadow with color #b421bd
Comments
No comments written yet.
Please login to write comment.