Color spaces of #b484bd
RGB | 180 | 132 | 189 |
---|---|---|---|
HSL | 0.81 | 0.30 | 0.63 |
HSV | 291° | 30° | 74° |
CMYK | 0.05 | 0.30 | 0.00 0.26 |
XYZ | 36.2590 | 29.8799 | 52.0005 |
Yxy | 29.8799 | 0.3069 | 0.2529 |
Hunter Lab | 54.6625 | 22.7441 | -18.1389 |
CIE-Lab | 61.5505 | 28.3597 | -22.6236 |
#b484bd color RGB value is (180,132,189).
#b484bd hex color red value is 180, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b484bd hue: 0.81 , saturation: 0.30 and the lightness value of b484bd is 0.63.
The process color (four color CMYK) of #b484bd color hex is 0.05, 0.30, 0.00, 0.26. Web safe color of #b484bd is #cc99cc. Color #b484bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10000100 | 10111101 |
Octal | 264 | 204 | 275 |
Decimal | 180 | 132 | 189 |
Hex | B4 | 84 | BD |
Shades of #b484bd
Tints of #b484bd
RGB Percentages of Color #b484bd
CMYK Percentages of Color #b484bd
Complementary Color
#b484bd | #8dbd84 |
#b484bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b484bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b484bd Color CSS Codes
.mybgcolor {background-color:#b484bd; } .myforecolor {color:#b484bd; } .mybordercolor {border:3px solid #b484bd; }
#b484bd Text Font Color
<p style="color:#b484bd">Text here</p>
This sample text font color is #b484bd
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.
#b484bd Background Color
<div style="background-color:#b484bd">
Div content here</div>
This div background color is #b484bd
#b484bd Border Color
<div style="border:3px solid #b484bd">
Div here</div>
This div border color is #b484bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,132,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b484bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b484bd; -webkit-box-shadow: 1px 1px 3px 2px #b484bd; box-shadow: 1px 1px 3px 2px #b484bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,132,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 #b484bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b484bd; -webkit-box-shadow: 1px 1px 3px 2px #b484bd; box-shadow: 1px 1px 3px 2px #b484bd;">
Div content here</div>
This div box has shadow with color #b484bd
Comments
No comments written yet.
Please login to write comment.