Color spaces of #b481ab
RGB | 180 | 129 | 171 |
---|---|---|---|
HSL | 0.86 | 0.25 | 0.61 |
HSV | 311° | 28° | 71° |
CMYK | 0.00 | 0.28 | 0.05 0.29 |
XYZ | 34.0233 | 28.3441 | 42.2058 |
Yxy | 28.3441 | 0.3254 | 0.2710 |
Hunter Lab | 53.2392 | 20.9046 | -9.7352 |
CIE-Lab | 60.1983 | 26.5760 | -14.4492 |
#b481ab color RGB value is (180,129,171).
#b481ab hex color red value is 180, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b481ab hue: 0.86 , saturation: 0.25 and the lightness value of b481ab is 0.61.
The process color (four color CMYK) of #b481ab color hex is 0.00, 0.28, 0.05, 0.29. Web safe color of #b481ab is #cc9999. Color #b481ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10000001 | 10101011 |
Octal | 264 | 201 | 253 |
Decimal | 180 | 129 | 171 |
Hex | B4 | 81 | AB |
Shades of #b481ab
Tints of #b481ab
RGB Percentages of Color #b481ab
CMYK Percentages of Color #b481ab
Complementary Color
#b481ab | #81b48a |
#b481ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b481ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b481ab Color CSS Codes
.mybgcolor {background-color:#b481ab; } .myforecolor {color:#b481ab; } .mybordercolor {border:3px solid #b481ab; }
#b481ab Text Font Color
<p style="color:#b481ab">Text here</p>
This sample text font color is #b481ab
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.
#b481ab Background Color
<div style="background-color:#b481ab">
Div content here</div>
This div background color is #b481ab
#b481ab Border Color
<div style="border:3px solid #b481ab">
Div here</div>
This div border color is #b481ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,129,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b481ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b481ab; -webkit-box-shadow: 1px 1px 3px 2px #b481ab; box-shadow: 1px 1px 3px 2px #b481ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,129,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 #b481ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b481ab; -webkit-box-shadow: 1px 1px 3px 2px #b481ab; box-shadow: 1px 1px 3px 2px #b481ab;">
Div content here</div>
This div box has shadow with color #b481ab
Comments
No comments written yet.
Please login to write comment.