Color spaces of #b685cb
RGB | 182 | 133 | 203 |
---|---|---|---|
HSL | 0.78 | 0.40 | 0.66 |
HSV | 282° | 34° | 80° |
CMYK | 0.10 | 0.34 | 0.00 0.20 |
XYZ | 38.4584 | 31.0319 | 60.4627 |
Yxy | 31.0319 | 0.2959 | 0.2388 |
Hunter Lab | 55.7063 | 25.7465 | -25.3580 |
CIE-Lab | 62.5346 | 31.3066 | -28.9845 |
#b685cb color RGB value is (182,133,203).
#b685cb hex color red value is 182, green value is 133 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b685cb hue: 0.78 , saturation: 0.40 and the lightness value of b685cb is 0.66.
The process color (four color CMYK) of #b685cb color hex is 0.10, 0.34, 0.00, 0.20. Web safe color of #b685cb is #cc99cc. Color #b685cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10000101 | 11001011 |
Octal | 266 | 205 | 313 |
Decimal | 182 | 133 | 203 |
Hex | B6 | 85 | CB |
Shades of #b685cb
Tints of #b685cb
RGB Percentages of Color #b685cb
CMYK Percentages of Color #b685cb
Complementary Color
#b685cb | #9acb85 |
#b685cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b685cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b685cb Color CSS Codes
.mybgcolor {background-color:#b685cb; } .myforecolor {color:#b685cb; } .mybordercolor {border:3px solid #b685cb; }
#b685cb Text Font Color
<p style="color:#b685cb">Text here</p>
This sample text font color is #b685cb
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.
#b685cb Background Color
<div style="background-color:#b685cb">
Div content here</div>
This div background color is #b685cb
#b685cb Border Color
<div style="border:3px solid #b685cb">
Div here</div>
This div border color is #b685cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,133,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b685cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b685cb; -webkit-box-shadow: 1px 1px 3px 2px #b685cb; box-shadow: 1px 1px 3px 2px #b685cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,133,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 #b685cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b685cb; -webkit-box-shadow: 1px 1px 3px 2px #b685cb; box-shadow: 1px 1px 3px 2px #b685cb;">
Div content here</div>
This div box has shadow with color #b685cb
Comments
No comments written yet.
Please login to write comment.