Color spaces of #b995af
RGB | 185 | 149 | 175 |
---|---|---|---|
HSL | 0.88 | 0.20 | 0.65 |
HSV | 317° | 19° | 73° |
CMYK | 0.00 | 0.19 | 0.05 0.27 |
XYZ | 38.4929 | 34.9043 | 45.2659 |
Yxy | 34.9043 | 0.3244 | 0.2941 |
Hunter Lab | 59.0799 | 12.9102 | -4.0710 |
CIE-Lab | 65.6741 | 17.8847 | -8.4507 |
#b995af color RGB value is (185,149,175).
#b995af hex color red value is 185, green value is 149 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b995af hue: 0.88 , saturation: 0.20 and the lightness value of b995af is 0.65.
The process color (four color CMYK) of #b995af color hex is 0.00, 0.19, 0.05, 0.27. Web safe color of #b995af is #cc9999. Color #b995af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10010101 | 10101111 |
Octal | 271 | 225 | 257 |
Decimal | 185 | 149 | 175 |
Hex | B9 | 95 | AF |
Shades of #b995af
Tints of #b995af
RGB Percentages of Color #b995af
CMYK Percentages of Color #b995af
Complementary Color
#b995af | #95b99f |
#b995af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b995af Color Preview on White Background
Lorem ipsum dolor sit amet.
#b995af Color CSS Codes
.mybgcolor {background-color:#b995af; } .myforecolor {color:#b995af; } .mybordercolor {border:3px solid #b995af; }
#b995af Text Font Color
<p style="color:#b995af">Text here</p>
This sample text font color is #b995af
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.
#b995af Background Color
<div style="background-color:#b995af">
Div content here</div>
This div background color is #b995af
#b995af Border Color
<div style="border:3px solid #b995af">
Div here</div>
This div border color is #b995af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,149,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b995af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b995af; -webkit-box-shadow: 1px 1px 3px 2px #b995af; box-shadow: 1px 1px 3px 2px #b995af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,149,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b995af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b995af; -webkit-box-shadow: 1px 1px 3px 2px #b995af; box-shadow: 1px 1px 3px 2px #b995af;">
Div content here</div>
This div box has shadow with color #b995af
Comments
No comments written yet.
Please login to write comment.