Color spaces of #b399ab
RGB | 179 | 153 | 171 |
---|---|---|---|
HSL | 0.88 | 0.15 | 0.65 |
HSV | 318° | 15° | 70° |
CMYK | 0.00 | 0.15 | 0.04 0.30 |
XYZ | 37.3323 | 35.3064 | 43.3753 |
Yxy | 35.3064 | 0.3218 | 0.3043 |
Hunter Lab | 59.4192 | 8.1656 | -1.6876 |
CIE-Lab | 65.9865 | 12.7821 | -5.8043 |
#b399ab color RGB value is (179,153,171).
#b399ab hex color red value is 179, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b399ab hue: 0.88 , saturation: 0.15 and the lightness value of b399ab is 0.65.
The process color (four color CMYK) of #b399ab color hex is 0.00, 0.15, 0.04, 0.30. Web safe color of #b399ab is #cc9999. Color #b399ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10011001 | 10101011 |
Octal | 263 | 231 | 253 |
Decimal | 179 | 153 | 171 |
Hex | B3 | 99 | AB |
Shades of #b399ab
Tints of #b399ab
RGB Percentages of Color #b399ab
CMYK Percentages of Color #b399ab
Complementary Color
#b399ab | #99b3a1 |
#b399ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b399ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b399ab Color CSS Codes
.mybgcolor {background-color:#b399ab; } .myforecolor {color:#b399ab; } .mybordercolor {border:3px solid #b399ab; }
#b399ab Text Font Color
<p style="color:#b399ab">Text here</p>
This sample text font color is #b399ab
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.
#b399ab Background Color
<div style="background-color:#b399ab">
Div content here</div>
This div background color is #b399ab
#b399ab Border Color
<div style="border:3px solid #b399ab">
Div here</div>
This div border color is #b399ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,153,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b399ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b399ab; -webkit-box-shadow: 1px 1px 3px 2px #b399ab; box-shadow: 1px 1px 3px 2px #b399ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,153,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 #b399ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b399ab; -webkit-box-shadow: 1px 1px 3px 2px #b399ab; box-shadow: 1px 1px 3px 2px #b399ab;">
Div content here</div>
This div box has shadow with color #b399ab
Comments
No comments written yet.
Please login to write comment.