Color spaces of #b292ac
RGB | 178 | 146 | 172 |
---|---|---|---|
HSL | 0.86 | 0.17 | 0.64 |
HSV | 311° | 18° | 70° |
CMYK | 0.00 | 0.18 | 0.03 0.30 |
XYZ | 36.0854 | 33.0013 | 43.4977 |
Yxy | 33.0013 | 0.3205 | 0.2931 |
Hunter Lab | 57.4468 | 11.5936 | -4.6806 |
CIE-Lab | 64.1620 | 16.5236 | -9.0884 |
#b292ac color RGB value is (178,146,172).
#b292ac hex color red value is 178, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b292ac hue: 0.86 , saturation: 0.17 and the lightness value of b292ac is 0.64.
The process color (four color CMYK) of #b292ac color hex is 0.00, 0.18, 0.03, 0.30. Web safe color of #b292ac is #999999. Color #b292ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10010010 | 10101100 |
Octal | 262 | 222 | 254 |
Decimal | 178 | 146 | 172 |
Hex | B2 | 92 | AC |
Shades of #b292ac
Tints of #b292ac
RGB Percentages of Color #b292ac
CMYK Percentages of Color #b292ac
Complementary Color
#b292ac | #92b298 |
#b292ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b292ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b292ac Color CSS Codes
.mybgcolor {background-color:#b292ac; } .myforecolor {color:#b292ac; } .mybordercolor {border:3px solid #b292ac; }
#b292ac Text Font Color
<p style="color:#b292ac">Text here</p>
This sample text font color is #b292ac
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.
#b292ac Background Color
<div style="background-color:#b292ac">
Div content here</div>
This div background color is #b292ac
#b292ac Border Color
<div style="border:3px solid #b292ac">
Div here</div>
This div border color is #b292ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,146,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b292ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b292ac; -webkit-box-shadow: 1px 1px 3px 2px #b292ac; box-shadow: 1px 1px 3px 2px #b292ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,146,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 #b292ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b292ac; -webkit-box-shadow: 1px 1px 3px 2px #b292ac; box-shadow: 1px 1px 3px 2px #b292ac;">
Div content here</div>
This div box has shadow with color #b292ac
Comments
No comments written yet.
Please login to write comment.