Color spaces of #b47fdd
RGB | 180 | 127 | 221 |
---|---|---|---|
HSL | 0.76 | 0.58 | 0.68 |
HSV | 274° | 43° | 87° |
CMYK | 0.19 | 0.43 | 0.00 0.13 |
XYZ | 39.4629 | 30.1025 | 72.1371 |
Yxy | 30.1025 | 0.2785 | 0.2124 |
Hunter Lab | 54.8657 | 32.3734 | -39.5481 |
CIE-Lab | 61.7426 | 37.9125 | -40.3141 |
#b47fdd color RGB value is (180,127,221).
#b47fdd hex color red value is 180, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b47fdd hue: 0.76 , saturation: 0.58 and the lightness value of b47fdd is 0.68.
The process color (four color CMYK) of #b47fdd color hex is 0.19, 0.43, 0.00, 0.13. Web safe color of #b47fdd is #cc66cc. Color #b47fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01111111 | 11011101 |
Octal | 264 | 177 | 335 |
Decimal | 180 | 127 | 221 |
Hex | B4 | 7F | DD |
Shades of #b47fdd
Tints of #b47fdd
RGB Percentages of Color #b47fdd
CMYK Percentages of Color #b47fdd
Complementary Color
#b47fdd | #a8dd7f |
#b47fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b47fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b47fdd Color CSS Codes
.mybgcolor {background-color:#b47fdd; } .myforecolor {color:#b47fdd; } .mybordercolor {border:3px solid #b47fdd; }
#b47fdd Text Font Color
<p style="color:#b47fdd">Text here</p>
This sample text font color is #b47fdd
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.
#b47fdd Background Color
<div style="background-color:#b47fdd">
Div content here</div>
This div background color is #b47fdd
#b47fdd Border Color
<div style="border:3px solid #b47fdd">
Div here</div>
This div border color is #b47fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,127,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b47fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b47fdd; -webkit-box-shadow: 1px 1px 3px 2px #b47fdd; box-shadow: 1px 1px 3px 2px #b47fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,127,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b47fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b47fdd; -webkit-box-shadow: 1px 1px 3px 2px #b47fdd; box-shadow: 1px 1px 3px 2px #b47fdd;">
Div content here</div>
This div box has shadow with color #b47fdd
Comments
No comments written yet.
Please login to write comment.