Color spaces of #b687ec
RGB | 182 | 135 | 236 |
---|---|---|---|
HSL | 0.74 | 0.73 | 0.73 |
HSV | 268° | 43° | 93° |
CMYK | 0.23 | 0.43 | 0.00 0.07 |
XYZ | 43.0957 | 33.3292 | 83.5187 |
Yxy | 33.3292 | 0.2694 | 0.2084 |
Hunter Lab | 57.7314 | 32.2177 | -45.3614 |
CIE-Lab | 64.4266 | 37.4551 | -44.4122 |
#b687ec color RGB value is (182,135,236).
#b687ec hex color red value is 182, green value is 135 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b687ec hue: 0.74 , saturation: 0.73 and the lightness value of b687ec is 0.73.
The process color (four color CMYK) of #b687ec color hex is 0.23, 0.43, 0.00, 0.07. Web safe color of #b687ec is #cc99ff. Color #b687ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10000111 | 11101100 |
Octal | 266 | 207 | 354 |
Decimal | 182 | 135 | 236 |
Hex | B6 | 87 | EC |
Shades of #b687ec
Tints of #b687ec
RGB Percentages of Color #b687ec
CMYK Percentages of Color #b687ec
Complementary Color
#b687ec | #bdec87 |
#b687ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b687ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b687ec Color CSS Codes
.mybgcolor {background-color:#b687ec; } .myforecolor {color:#b687ec; } .mybordercolor {border:3px solid #b687ec; }
#b687ec Text Font Color
<p style="color:#b687ec">Text here</p>
This sample text font color is #b687ec
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.
#b687ec Background Color
<div style="background-color:#b687ec">
Div content here</div>
This div background color is #b687ec
#b687ec Border Color
<div style="border:3px solid #b687ec">
Div here</div>
This div border color is #b687ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,135,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b687ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b687ec; -webkit-box-shadow: 1px 1px 3px 2px #b687ec; box-shadow: 1px 1px 3px 2px #b687ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,135,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b687ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b687ec; -webkit-box-shadow: 1px 1px 3px 2px #b687ec; box-shadow: 1px 1px 3px 2px #b687ec;">
Div content here</div>
This div box has shadow with color #b687ec
Comments
No comments written yet.
Please login to write comment.