Color spaces of #b37feb
RGB | 179 | 127 | 235 |
---|---|---|---|
HSL | 0.75 | 0.73 | 0.71 |
HSV | 269° | 46° | 92° |
CMYK | 0.24 | 0.46 | 0.00 0.08 |
XYZ | 41.1752 | 30.7606 | 82.3645 |
Yxy | 30.7606 | 0.2669 | 0.1994 |
Hunter Lab | 55.4622 | 35.4596 | -49.2254 |
CIE-Lab | 62.3050 | 40.8069 | -47.2228 |
#b37feb color RGB value is (179,127,235).
#b37feb hex color red value is 179, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b37feb hue: 0.75 , saturation: 0.73 and the lightness value of b37feb is 0.71.
The process color (four color CMYK) of #b37feb color hex is 0.24, 0.46, 0.00, 0.08. Web safe color of #b37feb is #cc66ff. Color #b37feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01111111 | 11101011 |
Octal | 263 | 177 | 353 |
Decimal | 179 | 127 | 235 |
Hex | B3 | 7F | EB |
Shades of #b37feb
Tints of #b37feb
RGB Percentages of Color #b37feb
CMYK Percentages of Color #b37feb
Complementary Color
#b37feb | #b7eb7f |
#b37feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b37feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b37feb Color CSS Codes
.mybgcolor {background-color:#b37feb; } .myforecolor {color:#b37feb; } .mybordercolor {border:3px solid #b37feb; }
#b37feb Text Font Color
<p style="color:#b37feb">Text here</p>
This sample text font color is #b37feb
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.
#b37feb Background Color
<div style="background-color:#b37feb">
Div content here</div>
This div background color is #b37feb
#b37feb Border Color
<div style="border:3px solid #b37feb">
Div here</div>
This div border color is #b37feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,127,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b37feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b37feb; -webkit-box-shadow: 1px 1px 3px 2px #b37feb; box-shadow: 1px 1px 3px 2px #b37feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,127,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b37feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b37feb; -webkit-box-shadow: 1px 1px 3px 2px #b37feb; box-shadow: 1px 1px 3px 2px #b37feb;">
Div content here</div>
This div box has shadow with color #b37feb
Comments
No comments written yet.
Please login to write comment.