Color spaces of #b446ab
RGB | 180 | 70 | 171 |
---|---|---|---|
HSL | 0.85 | 0.44 | 0.49 |
HSV | 305° | 61° | 71° |
CMYK | 0.00 | 0.61 | 0.05 0.29 |
XYZ | 28.3632 | 17.0239 | 40.3191 |
Yxy | 17.0239 | 0.3309 | 0.1986 |
Hunter Lab | 41.2600 | 50.5004 | -29.0559 |
CIE-Lab | 48.2901 | 57.0123 | -32.7745 |
#b446ab color RGB value is (180,70,171).
#b446ab hex color red value is 180, green value is 70 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b446ab hue: 0.85 , saturation: 0.44 and the lightness value of b446ab is 0.49.
The process color (four color CMYK) of #b446ab color hex is 0.00, 0.61, 0.05, 0.29. Web safe color of #b446ab is #cc3399. Color #b446ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01000110 | 10101011 |
Octal | 264 | 106 | 253 |
Decimal | 180 | 70 | 171 |
Hex | B4 | 46 | AB |
Shades of #b446ab
Tints of #b446ab
RGB Percentages of Color #b446ab
CMYK Percentages of Color #b446ab
Complementary Color
#b446ab | #46b44f |
#b446ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b446ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b446ab Color CSS Codes
.mybgcolor {background-color:#b446ab; } .myforecolor {color:#b446ab; } .mybordercolor {border:3px solid #b446ab; }
#b446ab Text Font Color
<p style="color:#b446ab">Text here</p>
This sample text font color is #b446ab
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.
#b446ab Background Color
<div style="background-color:#b446ab">
Div content here</div>
This div background color is #b446ab
#b446ab Border Color
<div style="border:3px solid #b446ab">
Div here</div>
This div border color is #b446ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,70,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b446ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b446ab; -webkit-box-shadow: 1px 1px 3px 2px #b446ab; box-shadow: 1px 1px 3px 2px #b446ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,70,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b446ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b446ab; -webkit-box-shadow: 1px 1px 3px 2px #b446ab; box-shadow: 1px 1px 3px 2px #b446ab;">
Div content here</div>
This div box has shadow with color #b446ab
Comments
No comments written yet.
Please login to write comment.