Color spaces of #b46abb
RGB | 180 | 106 | 187 |
---|---|---|---|
HSL | 0.82 | 0.37 | 0.57 |
HSV | 295° | 43° | 73° |
CMYK | 0.04 | 0.43 | 0.00 0.27 |
XYZ | 32.9461 | 23.5992 | 49.8324 |
Yxy | 23.5992 | 0.3097 | 0.2218 |
Hunter Lab | 48.5790 | 36.0448 | -26.8144 |
CIE-Lab | 55.6843 | 42.2464 | -30.5341 |
#b46abb color RGB value is (180,106,187).
#b46abb hex color red value is 180, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b46abb hue: 0.82 , saturation: 0.37 and the lightness value of b46abb is 0.57.
The process color (four color CMYK) of #b46abb color hex is 0.04, 0.43, 0.00, 0.27. Web safe color of #b46abb is #cc66cc. Color #b46abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01101010 | 10111011 |
Octal | 264 | 152 | 273 |
Decimal | 180 | 106 | 187 |
Hex | B4 | 6A | BB |
Shades of #b46abb
Tints of #b46abb
RGB Percentages of Color #b46abb
CMYK Percentages of Color #b46abb
Complementary Color
#b46abb | #71bb6a |
#b46abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b46abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b46abb Color CSS Codes
.mybgcolor {background-color:#b46abb; } .myforecolor {color:#b46abb; } .mybordercolor {border:3px solid #b46abb; }
#b46abb Text Font Color
<p style="color:#b46abb">Text here</p>
This sample text font color is #b46abb
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.
#b46abb Background Color
<div style="background-color:#b46abb">
Div content here</div>
This div background color is #b46abb
#b46abb Border Color
<div style="border:3px solid #b46abb">
Div here</div>
This div border color is #b46abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,106,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b46abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b46abb; -webkit-box-shadow: 1px 1px 3px 2px #b46abb; box-shadow: 1px 1px 3px 2px #b46abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,106,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b46abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b46abb; -webkit-box-shadow: 1px 1px 3px 2px #b46abb; box-shadow: 1px 1px 3px 2px #b46abb;">
Div content here</div>
This div box has shadow with color #b46abb
Comments
No comments written yet.
Please login to write comment.