Color spaces of #b429fa
RGB | 180 | 41 | 250 |
---|---|---|---|
HSL | 0.78 | 0.95 | 0.57 |
HSV | 280° | 84° | 98° |
CMYK | 0.28 | 0.84 | 0.00 0.02 |
XYZ | 36.8706 | 18.1913 | 92.0105 |
Yxy | 18.1913 | 0.2507 | 0.1237 |
Hunter Lab | 42.6513 | 79.6676 | -98.0490 |
CIE-Lab | 49.7273 | 81.3491 | -75.7615 |
#b429fa color RGB value is (180,41,250).
#b429fa hex color red value is 180, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b429fa hue: 0.78 , saturation: 0.95 and the lightness value of b429fa is 0.57.
The process color (four color CMYK) of #b429fa color hex is 0.28, 0.84, 0.00, 0.02. Web safe color of #b429fa is #cc33ff. Color #b429fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00101001 | 11111010 |
Octal | 264 | 51 | 372 |
Decimal | 180 | 41 | 250 |
Hex | B4 | 29 | FA |
Shades of #b429fa
Tints of #b429fa
RGB Percentages of Color #b429fa
CMYK Percentages of Color #b429fa
Complementary Color
#b429fa | #6ffa29 |
#b429fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b429fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b429fa Color CSS Codes
.mybgcolor {background-color:#b429fa; } .myforecolor {color:#b429fa; } .mybordercolor {border:3px solid #b429fa; }
#b429fa Text Font Color
<p style="color:#b429fa">Text here</p>
This sample text font color is #b429fa
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.
#b429fa Background Color
<div style="background-color:#b429fa">
Div content here</div>
This div background color is #b429fa
#b429fa Border Color
<div style="border:3px solid #b429fa">
Div here</div>
This div border color is #b429fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,41,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b429fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b429fa; -webkit-box-shadow: 1px 1px 3px 2px #b429fa; box-shadow: 1px 1px 3px 2px #b429fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,41,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b429fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b429fa; -webkit-box-shadow: 1px 1px 3px 2px #b429fa; box-shadow: 1px 1px 3px 2px #b429fa;">
Div content here</div>
This div box has shadow with color #b429fa
Comments
No comments written yet.
Please login to write comment.