Color spaces of #b79dec
RGB | 183 | 157 | 236 |
---|---|---|---|
HSL | 0.72 | 0.68 | 0.77 |
HSV | 260° | 33° | 93° |
CMYK | 0.22 | 0.33 | 0.00 0.07 |
XYZ | 46.7257 | 40.2374 | 84.6608 |
Yxy | 40.2374 | 0.2723 | 0.2345 |
Hunter Lab | 63.4330 | 20.4782 | -34.7283 |
CIE-Lab | 69.6383 | 25.4865 | -36.2573 |
#b79dec color RGB value is (183,157,236).
#b79dec hex color red value is 183, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b79dec hue: 0.72 , saturation: 0.68 and the lightness value of b79dec is 0.77.
The process color (four color CMYK) of #b79dec color hex is 0.22, 0.33, 0.00, 0.07. Web safe color of #b79dec is #cc99ff. Color #b79dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10011101 | 11101100 |
Octal | 267 | 235 | 354 |
Decimal | 183 | 157 | 236 |
Hex | B7 | 9D | EC |
Shades of #b79dec
Tints of #b79dec
RGB Percentages of Color #b79dec
CMYK Percentages of Color #b79dec
Complementary Color
#b79dec | #d2ec9d |
#b79dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b79dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b79dec Color CSS Codes
.mybgcolor {background-color:#b79dec; } .myforecolor {color:#b79dec; } .mybordercolor {border:3px solid #b79dec; }
#b79dec Text Font Color
<p style="color:#b79dec">Text here</p>
This sample text font color is #b79dec
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.
#b79dec Background Color
<div style="background-color:#b79dec">
Div content here</div>
This div background color is #b79dec
#b79dec Border Color
<div style="border:3px solid #b79dec">
Div here</div>
This div border color is #b79dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,157,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b79dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b79dec; -webkit-box-shadow: 1px 1px 3px 2px #b79dec; box-shadow: 1px 1px 3px 2px #b79dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,157,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 #b79dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b79dec; -webkit-box-shadow: 1px 1px 3px 2px #b79dec; box-shadow: 1px 1px 3px 2px #b79dec;">
Div content here</div>
This div box has shadow with color #b79dec
Comments
No comments written yet.
Please login to write comment.