Color spaces of #b386ad
RGB | 179 | 134 | 173 |
---|---|---|---|
HSL | 0.86 | 0.23 | 0.61 |
HSV | 308° | 25° | 70° |
CMYK | 0.00 | 0.25 | 0.03 0.30 |
XYZ | 34.6583 | 29.6510 | 43.4317 |
Yxy | 29.6510 | 0.3217 | 0.2752 |
Hunter Lab | 54.4527 | 18.3201 | -9.1730 |
CIE-Lab | 61.3519 | 23.7987 | -13.8587 |
#b386ad color RGB value is (179,134,173).
#b386ad hex color red value is 179, green value is 134 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b386ad hue: 0.86 , saturation: 0.23 and the lightness value of b386ad is 0.61.
The process color (four color CMYK) of #b386ad color hex is 0.00, 0.25, 0.03, 0.30. Web safe color of #b386ad is #cc9999. Color #b386ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10000110 | 10101101 |
Octal | 263 | 206 | 255 |
Decimal | 179 | 134 | 173 |
Hex | B3 | 86 | AD |
Shades of #b386ad
Tints of #b386ad
RGB Percentages of Color #b386ad
CMYK Percentages of Color #b386ad
Complementary Color
#b386ad | #86b38c |
#b386ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b386ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b386ad Color CSS Codes
.mybgcolor {background-color:#b386ad; } .myforecolor {color:#b386ad; } .mybordercolor {border:3px solid #b386ad; }
#b386ad Text Font Color
<p style="color:#b386ad">Text here</p>
This sample text font color is #b386ad
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.
#b386ad Background Color
<div style="background-color:#b386ad">
Div content here</div>
This div background color is #b386ad
#b386ad Border Color
<div style="border:3px solid #b386ad">
Div here</div>
This div border color is #b386ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,134,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b386ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b386ad; -webkit-box-shadow: 1px 1px 3px 2px #b386ad; box-shadow: 1px 1px 3px 2px #b386ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,134,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b386ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b386ad; -webkit-box-shadow: 1px 1px 3px 2px #b386ad; box-shadow: 1px 1px 3px 2px #b386ad;">
Div content here</div>
This div box has shadow with color #b386ad
Comments
No comments written yet.
Please login to write comment.