Color spaces of #b856ae
RGB | 184 | 86 | 174 |
---|---|---|---|
HSL | 0.85 | 0.41 | 0.53 |
HSV | 306° | 53° | 72° |
CMYK | 0.00 | 0.53 | 0.05 0.28 |
XYZ | 30.7349 | 19.9019 | 42.2659 |
Yxy | 19.9019 | 0.3308 | 0.2142 |
Hunter Lab | 44.6115 | 44.9065 | -24.9445 |
CIE-Lab | 51.7261 | 51.2670 | -29.1257 |
#b856ae color RGB value is (184,86,174).
#b856ae hex color red value is 184, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b856ae hue: 0.85 , saturation: 0.41 and the lightness value of b856ae is 0.53.
The process color (four color CMYK) of #b856ae color hex is 0.00, 0.53, 0.05, 0.28. Web safe color of #b856ae is #cc6699. Color #b856ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01010110 | 10101110 |
Octal | 270 | 126 | 256 |
Decimal | 184 | 86 | 174 |
Hex | B8 | 56 | AE |
Shades of #b856ae
Tints of #b856ae
RGB Percentages of Color #b856ae
CMYK Percentages of Color #b856ae
Complementary Color
#b856ae | #56b860 |
#b856ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b856ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b856ae Color CSS Codes
.mybgcolor {background-color:#b856ae; } .myforecolor {color:#b856ae; } .mybordercolor {border:3px solid #b856ae; }
#b856ae Text Font Color
<p style="color:#b856ae">Text here</p>
This sample text font color is #b856ae
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.
#b856ae Background Color
<div style="background-color:#b856ae">
Div content here</div>
This div background color is #b856ae
#b856ae Border Color
<div style="border:3px solid #b856ae">
Div here</div>
This div border color is #b856ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,86,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b856ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b856ae; -webkit-box-shadow: 1px 1px 3px 2px #b856ae; box-shadow: 1px 1px 3px 2px #b856ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,86,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 #b856ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b856ae; -webkit-box-shadow: 1px 1px 3px 2px #b856ae; box-shadow: 1px 1px 3px 2px #b856ae;">
Div content here</div>
This div box has shadow with color #b856ae
Comments
No comments written yet.
Please login to write comment.