Color spaces of #b3697e
RGB | 179 | 105 | 126 |
---|---|---|---|
HSL | 0.95 | 0.33 | 0.56 |
HSV | 343° | 41° | 70° |
CMYK | 0.00 | 0.41 | 0.30 0.30 |
XYZ | 27.4079 | 21.1932 | 22.3848 |
Yxy | 21.1932 | 0.3861 | 0.2986 |
Hunter Lab | 46.0361 | 25.7081 | 3.3958 |
CIE-Lab | 53.1603 | 32.2261 | 1.2023 |
#b3697e color RGB value is (179,105,126).
#b3697e hex color red value is 179, green value is 105 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b3697e hue: 0.95 , saturation: 0.33 and the lightness value of b3697e is 0.56.
The process color (four color CMYK) of #b3697e color hex is 0.00, 0.41, 0.30, 0.30. Web safe color of #b3697e is #cc6666. Color #b3697e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01101001 | 01111110 |
Octal | 263 | 151 | 176 |
Decimal | 179 | 105 | 126 |
Hex | B3 | 69 | 7E |
Shades of #b3697e
Tints of #b3697e
RGB Percentages of Color #b3697e
CMYK Percentages of Color #b3697e
Complementary Color
#b3697e | #69b39e |
#b3697e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3697e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3697e Color CSS Codes
.mybgcolor {background-color:#b3697e; } .myforecolor {color:#b3697e; } .mybordercolor {border:3px solid #b3697e; }
#b3697e Text Font Color
<p style="color:#b3697e">Text here</p>
This sample text font color is #b3697e
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.
#b3697e Background Color
<div style="background-color:#b3697e">
Div content here</div>
This div background color is #b3697e
#b3697e Border Color
<div style="border:3px solid #b3697e">
Div here</div>
This div border color is #b3697e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,105,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3697e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3697e; -webkit-box-shadow: 1px 1px 3px 2px #b3697e; box-shadow: 1px 1px 3px 2px #b3697e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,105,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3697e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3697e; -webkit-box-shadow: 1px 1px 3px 2px #b3697e; box-shadow: 1px 1px 3px 2px #b3697e;">
Div content here</div>
This div box has shadow with color #b3697e
Comments
No comments written yet.
Please login to write comment.