Color spaces of #b995ad
RGB | 185 | 149 | 173 |
---|---|---|---|
HSL | 0.89 | 0.20 | 0.65 |
HSV | 320° | 19° | 73° |
CMYK | 0.00 | 0.19 | 0.06 0.27 |
XYZ | 38.2979 | 34.8263 | 44.2388 |
Yxy | 34.8263 | 0.3263 | 0.2967 |
Hunter Lab | 59.0138 | 12.5661 | -3.1362 |
CIE-Lab | 65.6132 | 17.5214 | -7.4181 |
#b995ad color RGB value is (185,149,173).
#b995ad hex color red value is 185, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b995ad hue: 0.89 , saturation: 0.20 and the lightness value of b995ad is 0.65.
The process color (four color CMYK) of #b995ad color hex is 0.00, 0.19, 0.06, 0.27. Web safe color of #b995ad is #cc9999. Color #b995ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10010101 | 10101101 |
Octal | 271 | 225 | 255 |
Decimal | 185 | 149 | 173 |
Hex | B9 | 95 | AD |
Shades of #b995ad
Tints of #b995ad
RGB Percentages of Color #b995ad
CMYK Percentages of Color #b995ad
Complementary Color
#b995ad | #95b9a1 |
#b995ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b995ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b995ad Color CSS Codes
.mybgcolor {background-color:#b995ad; } .myforecolor {color:#b995ad; } .mybordercolor {border:3px solid #b995ad; }
#b995ad Text Font Color
<p style="color:#b995ad">Text here</p>
This sample text font color is #b995ad
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.
#b995ad Background Color
<div style="background-color:#b995ad">
Div content here</div>
This div background color is #b995ad
#b995ad Border Color
<div style="border:3px solid #b995ad">
Div here</div>
This div border color is #b995ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,149,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b995ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b995ad; -webkit-box-shadow: 1px 1px 3px 2px #b995ad; box-shadow: 1px 1px 3px 2px #b995ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,149,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 #b995ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b995ad; -webkit-box-shadow: 1px 1px 3px 2px #b995ad; box-shadow: 1px 1px 3px 2px #b995ad;">
Div content here</div>
This div box has shadow with color #b995ad
Comments
No comments written yet.
Please login to write comment.