Color spaces of #b697cb
RGB | 182 | 151 | 203 |
---|---|---|---|
HSL | 0.77 | 0.33 | 0.69 |
HSV | 276° | 26° | 80° |
CMYK | 0.10 | 0.26 | 0.00 0.20 |
XYZ | 41.1375 | 36.3901 | 61.3557 |
Yxy | 36.3901 | 0.2962 | 0.2620 |
Hunter Lab | 60.3242 | 16.1590 | -18.0769 |
CIE-Lab | 66.8169 | 21.2436 | -22.4065 |
#b697cb color RGB value is (182,151,203).
#b697cb hex color red value is 182, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b697cb hue: 0.77 , saturation: 0.33 and the lightness value of b697cb is 0.69.
The process color (four color CMYK) of #b697cb color hex is 0.10, 0.26, 0.00, 0.20. Web safe color of #b697cb is #cc99cc. Color #b697cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10010111 | 11001011 |
Octal | 266 | 227 | 313 |
Decimal | 182 | 151 | 203 |
Hex | B6 | 97 | CB |
Shades of #b697cb
Tints of #b697cb
RGB Percentages of Color #b697cb
CMYK Percentages of Color #b697cb
Complementary Color
#b697cb | #accb97 |
#b697cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b697cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b697cb Color CSS Codes
.mybgcolor {background-color:#b697cb; } .myforecolor {color:#b697cb; } .mybordercolor {border:3px solid #b697cb; }
#b697cb Text Font Color
<p style="color:#b697cb">Text here</p>
This sample text font color is #b697cb
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.
#b697cb Background Color
<div style="background-color:#b697cb">
Div content here</div>
This div background color is #b697cb
#b697cb Border Color
<div style="border:3px solid #b697cb">
Div here</div>
This div border color is #b697cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,151,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b697cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b697cb; -webkit-box-shadow: 1px 1px 3px 2px #b697cb; box-shadow: 1px 1px 3px 2px #b697cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,151,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b697cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b697cb; -webkit-box-shadow: 1px 1px 3px 2px #b697cb; box-shadow: 1px 1px 3px 2px #b697cb;">
Div content here</div>
This div box has shadow with color #b697cb
Comments
No comments written yet.
Please login to write comment.