Color spaces of #b76cff
RGB | 183 | 108 | 255 |
---|---|---|---|
HSL | 0.75 | 1.00 | 0.71 |
HSV | 271° | 58° | 100° |
CMYK | 0.28 | 0.58 | 0.00 0.00 |
XYZ | 42.9410 | 28.0124 | 97.7514 |
Yxy | 28.0124 | 0.2545 | 0.1660 |
Hunter Lab | 52.9267 | 52.2004 | -72.4551 |
CIE-Lab | 59.8999 | 56.5063 | -62.0760 |
#b76cff color RGB value is (183,108,255).
#b76cff hex color red value is 183, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b76cff hue: 0.75 , saturation: 1.00 and the lightness value of b76cff is 0.71.
The process color (four color CMYK) of #b76cff color hex is 0.28, 0.58, 0.00, 0.00. Web safe color of #b76cff is #cc66ff. Color #b76cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01101100 | 11111111 |
Octal | 267 | 154 | 377 |
Decimal | 183 | 108 | 255 |
Hex | B7 | 6C | FF |
Shades of #b76cff
Tints of #b76cff
RGB Percentages of Color #b76cff
CMYK Percentages of Color #b76cff
Complementary Color
#b76cff | #b4ff6c |
#b76cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b76cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b76cff Color CSS Codes
.mybgcolor {background-color:#b76cff; } .myforecolor {color:#b76cff; } .mybordercolor {border:3px solid #b76cff; }
#b76cff Text Font Color
<p style="color:#b76cff">Text here</p>
This sample text font color is #b76cff
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.
#b76cff Background Color
<div style="background-color:#b76cff">
Div content here</div>
This div background color is #b76cff
#b76cff Border Color
<div style="border:3px solid #b76cff">
Div here</div>
This div border color is #b76cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,108,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b76cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b76cff; -webkit-box-shadow: 1px 1px 3px 2px #b76cff; box-shadow: 1px 1px 3px 2px #b76cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,108,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b76cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b76cff; -webkit-box-shadow: 1px 1px 3px 2px #b76cff; box-shadow: 1px 1px 3px 2px #b76cff;">
Div content here</div>
This div box has shadow with color #b76cff
#b76cff Color Palettes
Comments
No comments written yet.
Please login to write comment.