Color spaces of #b26399
RGB | 178 | 99 | 153 |
---|---|---|---|
HSL | 0.89 | 0.34 | 0.54 |
HSV | 319° | 44° | 70° |
CMYK | 0.00 | 0.44 | 0.14 0.30 |
XYZ | 28.5717 | 20.6886 | 32.6244 |
Yxy | 20.6886 | 0.3489 | 0.2527 |
Hunter Lab | 45.4847 | 32.5284 | -10.6871 |
CIE-Lab | 52.6070 | 39.2219 | -15.5433 |
#b26399 color RGB value is (178,99,153).
#b26399 hex color red value is 178, green value is 99 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b26399 hue: 0.89 , saturation: 0.34 and the lightness value of b26399 is 0.54.
The process color (four color CMYK) of #b26399 color hex is 0.00, 0.44, 0.14, 0.30. Web safe color of #b26399 is #996699. Color #b26399 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01100011 | 10011001 |
Octal | 262 | 143 | 231 |
Decimal | 178 | 99 | 153 |
Hex | B2 | 63 | 99 |
Shades of #b26399
Tints of #b26399
RGB Percentages of Color #b26399
CMYK Percentages of Color #b26399
Complementary Color
#b26399 | #63b27c |
#b26399 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b26399 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b26399 Color CSS Codes
.mybgcolor {background-color:#b26399; } .myforecolor {color:#b26399; } .mybordercolor {border:3px solid #b26399; }
#b26399 Text Font Color
<p style="color:#b26399">Text here</p>
This sample text font color is #b26399
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.
#b26399 Background Color
<div style="background-color:#b26399">
Div content here</div>
This div background color is #b26399
#b26399 Border Color
<div style="border:3px solid #b26399">
Div here</div>
This div border color is #b26399
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,99,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b26399; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b26399; -webkit-box-shadow: 1px 1px 3px 2px #b26399; box-shadow: 1px 1px 3px 2px #b26399; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,99,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 #b26399">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b26399; -webkit-box-shadow: 1px 1px 3px 2px #b26399; box-shadow: 1px 1px 3px 2px #b26399;">
Div content here</div>
This div box has shadow with color #b26399
Comments
No comments written yet.
Please login to write comment.