Color spaces of #b385ab
RGB | 179 | 133 | 171 |
---|---|---|---|
HSL | 0.86 | 0.23 | 0.61 |
HSV | 310° | 26° | 70° |
CMYK | 0.00 | 0.26 | 0.04 0.30 |
XYZ | 34.3286 | 29.2990 | 42.3740 |
Yxy | 29.2990 | 0.3238 | 0.2764 |
Hunter Lab | 54.1286 | 18.4806 | -8.5246 |
CIE-Lab | 61.0446 | 23.9871 | -13.1836 |
#b385ab color RGB value is (179,133,171).
#b385ab hex color red value is 179, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b385ab hue: 0.86 , saturation: 0.23 and the lightness value of b385ab is 0.61.
The process color (four color CMYK) of #b385ab color hex is 0.00, 0.26, 0.04, 0.30. Web safe color of #b385ab is #cc9999. Color #b385ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10000101 | 10101011 |
Octal | 263 | 205 | 253 |
Decimal | 179 | 133 | 171 |
Hex | B3 | 85 | AB |
Shades of #b385ab
Tints of #b385ab
RGB Percentages of Color #b385ab
CMYK Percentages of Color #b385ab
Complementary Color
#b385ab | #85b38d |
#b385ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b385ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b385ab Color CSS Codes
.mybgcolor {background-color:#b385ab; } .myforecolor {color:#b385ab; } .mybordercolor {border:3px solid #b385ab; }
#b385ab Text Font Color
<p style="color:#b385ab">Text here</p>
This sample text font color is #b385ab
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.
#b385ab Background Color
<div style="background-color:#b385ab">
Div content here</div>
This div background color is #b385ab
#b385ab Border Color
<div style="border:3px solid #b385ab">
Div here</div>
This div border color is #b385ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,133,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b385ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b385ab; -webkit-box-shadow: 1px 1px 3px 2px #b385ab; box-shadow: 1px 1px 3px 2px #b385ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,133,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 #b385ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b385ab; -webkit-box-shadow: 1px 1px 3px 2px #b385ab; box-shadow: 1px 1px 3px 2px #b385ab;">
Div content here</div>
This div box has shadow with color #b385ab
Comments
No comments written yet.
Please login to write comment.