Color spaces of #b747be
RGB | 183 | 71 | 190 |
---|---|---|---|
HSL | 0.82 | 0.48 | 0.51 |
HSV | 296° | 63° | 75° |
CMYK | 0.04 | 0.63 | 0.00 0.25 |
XYZ | 31.0759 | 18.2915 | 50.6079 |
Yxy | 18.2915 | 0.3108 | 0.1830 |
Hunter Lab | 42.7686 | 54.8542 | -40.2197 |
CIE-Lab | 49.8478 | 60.6278 | -41.3924 |
#b747be color RGB value is (183,71,190).
#b747be hex color red value is 183, green value is 71 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b747be hue: 0.82 , saturation: 0.48 and the lightness value of b747be is 0.51.
The process color (four color CMYK) of #b747be color hex is 0.04, 0.63, 0.00, 0.25. Web safe color of #b747be is #cc33cc. Color #b747be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01000111 | 10111110 |
Octal | 267 | 107 | 276 |
Decimal | 183 | 71 | 190 |
Hex | B7 | 47 | BE |
Shades of #b747be
Tints of #b747be
RGB Percentages of Color #b747be
CMYK Percentages of Color #b747be
Complementary Color
#b747be | #4ebe47 |
#b747be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b747be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b747be Color CSS Codes
.mybgcolor {background-color:#b747be; } .myforecolor {color:#b747be; } .mybordercolor {border:3px solid #b747be; }
#b747be Text Font Color
<p style="color:#b747be">Text here</p>
This sample text font color is #b747be
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.
#b747be Background Color
<div style="background-color:#b747be">
Div content here</div>
This div background color is #b747be
#b747be Border Color
<div style="border:3px solid #b747be">
Div here</div>
This div border color is #b747be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,71,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b747be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b747be; -webkit-box-shadow: 1px 1px 3px 2px #b747be; box-shadow: 1px 1px 3px 2px #b747be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,71,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b747be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b747be; -webkit-box-shadow: 1px 1px 3px 2px #b747be; box-shadow: 1px 1px 3px 2px #b747be;">
Div content here</div>
This div box has shadow with color #b747be
Comments
No comments written yet.
Please login to write comment.