Color spaces of #b389ab
RGB | 179 | 137 | 171 |
---|---|---|---|
HSL | 0.87 | 0.22 | 0.62 |
HSV | 311° | 23° | 70° |
CMYK | 0.00 | 0.23 | 0.04 0.30 |
XYZ | 34.8868 | 30.4153 | 42.5601 |
Yxy | 30.4153 | 0.3234 | 0.2820 |
Hunter Lab | 55.1501 | 16.4028 | -7.1499 |
CIE-Lab | 62.0109 | 21.7416 | -11.7310 |
#b389ab color RGB value is (179,137,171).
#b389ab hex color red value is 179, green value is 137 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b389ab hue: 0.87 , saturation: 0.22 and the lightness value of b389ab is 0.62.
The process color (four color CMYK) of #b389ab color hex is 0.00, 0.23, 0.04, 0.30. Web safe color of #b389ab is #cc9999. Color #b389ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10001001 | 10101011 |
Octal | 263 | 211 | 253 |
Decimal | 179 | 137 | 171 |
Hex | B3 | 89 | AB |
Shades of #b389ab
Tints of #b389ab
RGB Percentages of Color #b389ab
CMYK Percentages of Color #b389ab
Complementary Color
#b389ab | #89b391 |
#b389ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b389ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b389ab Color CSS Codes
.mybgcolor {background-color:#b389ab; } .myforecolor {color:#b389ab; } .mybordercolor {border:3px solid #b389ab; }
#b389ab Text Font Color
<p style="color:#b389ab">Text here</p>
This sample text font color is #b389ab
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.
#b389ab Background Color
<div style="background-color:#b389ab">
Div content here</div>
This div background color is #b389ab
#b389ab Border Color
<div style="border:3px solid #b389ab">
Div here</div>
This div border color is #b389ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,137,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b389ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b389ab; -webkit-box-shadow: 1px 1px 3px 2px #b389ab; box-shadow: 1px 1px 3px 2px #b389ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,137,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 #b389ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b389ab; -webkit-box-shadow: 1px 1px 3px 2px #b389ab; box-shadow: 1px 1px 3px 2px #b389ab;">
Div content here</div>
This div box has shadow with color #b389ab
Comments
No comments written yet.
Please login to write comment.