Color spaces of #b76ccf
RGB | 183 | 108 | 207 |
---|---|---|---|
HSL | 0.79 | 0.51 | 0.62 |
HSV | 285° | 48° | 81° |
CMYK | 0.12 | 0.48 | 0.00 0.19 |
XYZ | 36.1535 | 25.2974 | 62.0089 |
Yxy | 25.2974 | 0.2928 | 0.2049 |
Hunter Lab | 50.2965 | 40.2882 | -37.8891 |
CIE-Lab | 57.3640 | 46.0526 | -39.2887 |
#b76ccf color RGB value is (183,108,207).
#b76ccf hex color red value is 183, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b76ccf hue: 0.79 , saturation: 0.51 and the lightness value of b76ccf is 0.62.
The process color (four color CMYK) of #b76ccf color hex is 0.12, 0.48, 0.00, 0.19. Web safe color of #b76ccf is #cc66cc. Color #b76ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01101100 | 11001111 |
Octal | 267 | 154 | 317 |
Decimal | 183 | 108 | 207 |
Hex | B7 | 6C | CF |
Shades of #b76ccf
Tints of #b76ccf
RGB Percentages of Color #b76ccf
CMYK Percentages of Color #b76ccf
Complementary Color
#b76ccf | #84cf6c |
#b76ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b76ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b76ccf Color CSS Codes
.mybgcolor {background-color:#b76ccf; } .myforecolor {color:#b76ccf; } .mybordercolor {border:3px solid #b76ccf; }
#b76ccf Text Font Color
<p style="color:#b76ccf">Text here</p>
This sample text font color is #b76ccf
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.
#b76ccf Background Color
<div style="background-color:#b76ccf">
Div content here</div>
This div background color is #b76ccf
#b76ccf Border Color
<div style="border:3px solid #b76ccf">
Div here</div>
This div border color is #b76ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,108,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b76ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b76ccf; -webkit-box-shadow: 1px 1px 3px 2px #b76ccf; box-shadow: 1px 1px 3px 2px #b76ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,108,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b76ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b76ccf; -webkit-box-shadow: 1px 1px 3px 2px #b76ccf; box-shadow: 1px 1px 3px 2px #b76ccf;">
Div content here</div>
This div box has shadow with color #b76ccf
Comments
No comments written yet.
Please login to write comment.