Color spaces of #b780ac
RGB | 183 | 128 | 172 |
---|---|---|---|
HSL | 0.87 | 0.28 | 0.61 |
HSV | 312° | 30° | 72° |
CMYK | 0.00 | 0.30 | 0.06 0.28 |
XYZ | 34.6940 | 28.4842 | 42.6991 |
Yxy | 28.4842 | 0.3277 | 0.2690 |
Hunter Lab | 53.3706 | 22.6369 | -10.0755 |
CIE-Lab | 60.3237 | 28.3534 | -14.7991 |
#b780ac color RGB value is (183,128,172).
#b780ac hex color red value is 183, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b780ac hue: 0.87 , saturation: 0.28 and the lightness value of b780ac is 0.61.
The process color (four color CMYK) of #b780ac color hex is 0.00, 0.30, 0.06, 0.28. Web safe color of #b780ac is #cc9999. Color #b780ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10000000 | 10101100 |
Octal | 267 | 200 | 254 |
Decimal | 183 | 128 | 172 |
Hex | B7 | 80 | AC |
Shades of #b780ac
Tints of #b780ac
RGB Percentages of Color #b780ac
CMYK Percentages of Color #b780ac
Complementary Color
#b780ac | #80b78b |
#b780ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b780ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b780ac Color CSS Codes
.mybgcolor {background-color:#b780ac; } .myforecolor {color:#b780ac; } .mybordercolor {border:3px solid #b780ac; }
#b780ac Text Font Color
<p style="color:#b780ac">Text here</p>
This sample text font color is #b780ac
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.
#b780ac Background Color
<div style="background-color:#b780ac">
Div content here</div>
This div background color is #b780ac
#b780ac Border Color
<div style="border:3px solid #b780ac">
Div here</div>
This div border color is #b780ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,128,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b780ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b780ac; -webkit-box-shadow: 1px 1px 3px 2px #b780ac; box-shadow: 1px 1px 3px 2px #b780ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,128,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b780ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b780ac; -webkit-box-shadow: 1px 1px 3px 2px #b780ac; box-shadow: 1px 1px 3px 2px #b780ac;">
Div content here</div>
This div box has shadow with color #b780ac
Comments
No comments written yet.
Please login to write comment.