Color spaces of #b47adb
RGB | 180 | 122 | 219 |
---|---|---|---|
HSL | 0.77 | 0.57 | 0.67 |
HSV | 276° | 44° | 86° |
CMYK | 0.18 | 0.44 | 0.00 0.14 |
XYZ | 38.5681 | 28.7368 | 70.5318 |
Yxy | 28.7368 | 0.2798 | 0.2085 |
Hunter Lab | 53.6067 | 34.6126 | -40.4847 |
CIE-Lab | 60.5486 | 40.2179 | -41.0696 |
#b47adb color RGB value is (180,122,219).
#b47adb hex color red value is 180, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b47adb hue: 0.77 , saturation: 0.57 and the lightness value of b47adb is 0.67.
The process color (four color CMYK) of #b47adb color hex is 0.18, 0.44, 0.00, 0.14. Web safe color of #b47adb is #cc66cc. Color #b47adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01111010 | 11011011 |
Octal | 264 | 172 | 333 |
Decimal | 180 | 122 | 219 |
Hex | B4 | 7A | DB |
Shades of #b47adb
Tints of #b47adb
RGB Percentages of Color #b47adb
CMYK Percentages of Color #b47adb
Complementary Color
#b47adb | #a1db7a |
#b47adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b47adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b47adb Color CSS Codes
.mybgcolor {background-color:#b47adb; } .myforecolor {color:#b47adb; } .mybordercolor {border:3px solid #b47adb; }
#b47adb Text Font Color
<p style="color:#b47adb">Text here</p>
This sample text font color is #b47adb
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.
#b47adb Background Color
<div style="background-color:#b47adb">
Div content here</div>
This div background color is #b47adb
#b47adb Border Color
<div style="border:3px solid #b47adb">
Div here</div>
This div border color is #b47adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,122,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b47adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b47adb; -webkit-box-shadow: 1px 1px 3px 2px #b47adb; box-shadow: 1px 1px 3px 2px #b47adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,122,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 #b47adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b47adb; -webkit-box-shadow: 1px 1px 3px 2px #b47adb; box-shadow: 1px 1px 3px 2px #b47adb;">
Div content here</div>
This div box has shadow with color #b47adb
Comments
No comments written yet.
Please login to write comment.