Color spaces of #b63360
RGB | 182 | 51 | 96 |
---|---|---|---|
HSL | 0.94 | 0.56 | 0.46 |
HSV | 339° | 72° | 71° |
CMYK | 0.00 | 0.72 | 0.47 0.29 |
XYZ | 22.5866 | 13.1573 | 12.4155 |
Yxy | 13.1573 | 0.4690 | 0.2732 |
Hunter Lab | 36.2730 | 47.6713 | 5.0973 |
CIE-Lab | 42.9993 | 55.3924 | 4.7394 |
#b63360 color RGB value is (182,51,96).
#b63360 hex color red value is 182, green value is 51 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b63360 hue: 0.94 , saturation: 0.56 and the lightness value of b63360 is 0.46.
The process color (four color CMYK) of #b63360 color hex is 0.00, 0.72, 0.47, 0.29. Web safe color of #b63360 is #cc3366. Color #b63360 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00110011 | 01100000 |
Octal | 266 | 63 | 140 |
Decimal | 182 | 51 | 96 |
Hex | B6 | 33 | 60 |
Shades of #b63360
Tints of #b63360
RGB Percentages of Color #b63360
CMYK Percentages of Color #b63360
Complementary Color
#b63360 | #33b689 |
#b63360 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b63360 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b63360 Color CSS Codes
.mybgcolor {background-color:#b63360; } .myforecolor {color:#b63360; } .mybordercolor {border:3px solid #b63360; }
#b63360 Text Font Color
<p style="color:#b63360">Text here</p>
This sample text font color is #b63360
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.
#b63360 Background Color
<div style="background-color:#b63360">
Div content here</div>
This div background color is #b63360
#b63360 Border Color
<div style="border:3px solid #b63360">
Div here</div>
This div border color is #b63360
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,51,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b63360; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b63360; -webkit-box-shadow: 1px 1px 3px 2px #b63360; box-shadow: 1px 1px 3px 2px #b63360; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,51,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b63360">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b63360; -webkit-box-shadow: 1px 1px 3px 2px #b63360; box-shadow: 1px 1px 3px 2px #b63360;">
Div content here</div>
This div box has shadow with color #b63360
Comments
No comments written yet.
Please login to write comment.