Color spaces of #b980ae
RGB | 185 | 128 | 174 |
---|---|---|---|
HSL | 0.87 | 0.29 | 0.61 |
HSV | 312° | 31° | 73° |
CMYK | 0.00 | 0.31 | 0.06 0.27 |
XYZ | 35.3667 | 28.8086 | 43.7410 |
Yxy | 28.8086 | 0.3277 | 0.2670 |
Hunter Lab | 53.6736 | 23.6886 | -10.7465 |
CIE-Lab | 60.6123 | 29.4040 | -15.4825 |
#b980ae color RGB value is (185,128,174).
#b980ae hex color red value is 185, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b980ae hue: 0.87 , saturation: 0.29 and the lightness value of b980ae is 0.61.
The process color (four color CMYK) of #b980ae color hex is 0.00, 0.31, 0.06, 0.27. Web safe color of #b980ae is #cc9999. Color #b980ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10000000 | 10101110 |
Octal | 271 | 200 | 256 |
Decimal | 185 | 128 | 174 |
Hex | B9 | 80 | AE |
Shades of #b980ae
Tints of #b980ae
RGB Percentages of Color #b980ae
CMYK Percentages of Color #b980ae
Complementary Color
#b980ae | #80b98b |
#b980ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b980ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b980ae Color CSS Codes
.mybgcolor {background-color:#b980ae; } .myforecolor {color:#b980ae; } .mybordercolor {border:3px solid #b980ae; }
#b980ae Text Font Color
<p style="color:#b980ae">Text here</p>
This sample text font color is #b980ae
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.
#b980ae Background Color
<div style="background-color:#b980ae">
Div content here</div>
This div background color is #b980ae
#b980ae Border Color
<div style="border:3px solid #b980ae">
Div here</div>
This div border color is #b980ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,128,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b980ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b980ae; -webkit-box-shadow: 1px 1px 3px 2px #b980ae; box-shadow: 1px 1px 3px 2px #b980ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,128,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b980ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b980ae; -webkit-box-shadow: 1px 1px 3px 2px #b980ae; box-shadow: 1px 1px 3px 2px #b980ae;">
Div content here</div>
This div box has shadow with color #b980ae
Comments
No comments written yet.
Please login to write comment.