Color spaces of #b428db
RGB | 180 | 40 | 219 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.51 |
HSV | 287° | 82° | 86° |
CMYK | 0.18 | 0.82 | 0.00 0.14 |
XYZ | 32.3674 | 16.3354 | 68.4649 |
Yxy | 16.3354 | 0.2762 | 0.1394 |
Hunter Lab | 40.4171 | 72.2191 | -72.1429 |
CIE-Lab | 47.4115 | 75.8362 | -62.0127 |
#b428db color RGB value is (180,40,219).
#b428db hex color red value is 180, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b428db hue: 0.80 , saturation: 0.71 and the lightness value of b428db is 0.51.
The process color (four color CMYK) of #b428db color hex is 0.18, 0.82, 0.00, 0.14. Web safe color of #b428db is #cc33cc. Color #b428db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00101000 | 11011011 |
Octal | 264 | 50 | 333 |
Decimal | 180 | 40 | 219 |
Hex | B4 | 28 | DB |
Shades of #b428db
Tints of #b428db
RGB Percentages of Color #b428db
CMYK Percentages of Color #b428db
Complementary Color
#b428db | #4fdb28 |
#b428db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b428db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b428db Color CSS Codes
.mybgcolor {background-color:#b428db; } .myforecolor {color:#b428db; } .mybordercolor {border:3px solid #b428db; }
#b428db Text Font Color
<p style="color:#b428db">Text here</p>
This sample text font color is #b428db
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.
#b428db Background Color
<div style="background-color:#b428db">
Div content here</div>
This div background color is #b428db
#b428db Border Color
<div style="border:3px solid #b428db">
Div here</div>
This div border color is #b428db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,40,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b428db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b428db; -webkit-box-shadow: 1px 1px 3px 2px #b428db; box-shadow: 1px 1px 3px 2px #b428db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,40,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b428db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b428db; -webkit-box-shadow: 1px 1px 3px 2px #b428db; box-shadow: 1px 1px 3px 2px #b428db;">
Div content here</div>
This div box has shadow with color #b428db
Comments
No comments written yet.
Please login to write comment.