Color spaces of #b90257
RGB | 185 | 2 | 87 |
---|---|---|---|
HSL | 0.92 | 0.98 | 0.37 |
HSV | 332° | 99° | 73° |
CMYK | 0.00 | 0.99 | 0.53 0.27 |
XYZ | 21.7496 | 11.0458 | 10.0026 |
Yxy | 11.0458 | 0.5082 | 0.2581 |
Hunter Lab | 33.2352 | 58.6513 | 5.4205 |
CIE-Lab | 39.6575 | 65.9229 | 5.7181 |
#b90257 color RGB value is (185,2,87).
#b90257 hex color red value is 185, green value is 2 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b90257 hue: 0.92 , saturation: 0.98 and the lightness value of b90257 is 0.37.
The process color (four color CMYK) of #b90257 color hex is 0.00, 0.99, 0.53, 0.27. Web safe color of #b90257 is #cc0066. Color #b90257 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00000010 | 01010111 |
Octal | 271 | 2 | 127 |
Decimal | 185 | 2 | 87 |
Hex | B9 | 2 | 57 |
Shades of #b90257
Tints of #b90257
RGB Percentages of Color #b90257
CMYK Percentages of Color #b90257
Complementary Color
#b90257 | #02b964 |
#b90257 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b90257 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b90257 Color CSS Codes
.mybgcolor {background-color:#b90257; } .myforecolor {color:#b90257; } .mybordercolor {border:3px solid #b90257; }
#b90257 Text Font Color
<p style="color:#b90257">Text here</p>
This sample text font color is #b90257
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.
#b90257 Background Color
<div style="background-color:#b90257">
Div content here</div>
This div background color is #b90257
#b90257 Border Color
<div style="border:3px solid #b90257">
Div here</div>
This div border color is #b90257
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,2,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b90257; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b90257; -webkit-box-shadow: 1px 1px 3px 2px #b90257; box-shadow: 1px 1px 3px 2px #b90257; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,2,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b90257">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b90257; -webkit-box-shadow: 1px 1px 3px 2px #b90257; box-shadow: 1px 1px 3px 2px #b90257;">
Div content here</div>
This div box has shadow with color #b90257
Comments
No comments written yet.
Please login to write comment.