Color spaces of #b92299
RGB | 185 | 34 | 153 |
---|---|---|---|
HSL | 0.87 | 0.69 | 0.43 |
HSV | 313° | 82° | 73° |
CMYK | 0.00 | 0.82 | 0.17 0.27 |
XYZ | 26.3294 | 13.7583 | 31.4049 |
Yxy | 13.7583 | 0.3683 | 0.1924 |
Hunter Lab | 37.0922 | 61.7946 | -24.2346 |
CIE-Lab | 43.8843 | 67.8179 | -28.8937 |
#b92299 color RGB value is (185,34,153).
#b92299 hex color red value is 185, green value is 34 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b92299 hue: 0.87 , saturation: 0.69 and the lightness value of b92299 is 0.43.
The process color (four color CMYK) of #b92299 color hex is 0.00, 0.82, 0.17, 0.27. Web safe color of #b92299 is #cc3399. Color #b92299 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00100010 | 10011001 |
Octal | 271 | 42 | 231 |
Decimal | 185 | 34 | 153 |
Hex | B9 | 22 | 99 |
Shades of #b92299
Tints of #b92299
RGB Percentages of Color #b92299
CMYK Percentages of Color #b92299
Complementary Color
#b92299 | #22b942 |
#b92299 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b92299 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b92299 Color CSS Codes
.mybgcolor {background-color:#b92299; } .myforecolor {color:#b92299; } .mybordercolor {border:3px solid #b92299; }
#b92299 Text Font Color
<p style="color:#b92299">Text here</p>
This sample text font color is #b92299
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.
#b92299 Background Color
<div style="background-color:#b92299">
Div content here</div>
This div background color is #b92299
#b92299 Border Color
<div style="border:3px solid #b92299">
Div here</div>
This div border color is #b92299
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,34,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b92299; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b92299; -webkit-box-shadow: 1px 1px 3px 2px #b92299; box-shadow: 1px 1px 3px 2px #b92299; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,34,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b92299">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b92299; -webkit-box-shadow: 1px 1px 3px 2px #b92299; box-shadow: 1px 1px 3px 2px #b92299;">
Div content here</div>
This div box has shadow with color #b92299
Comments
No comments written yet.
Please login to write comment.