Color spaces of #b746ca
RGB | 183 | 70 | 202 |
---|---|---|---|
HSL | 0.81 | 0.55 | 0.53 |
HSV | 291° | 65° | 79° |
CMYK | 0.09 | 0.65 | 0.00 0.21 |
XYZ | 32.3793 | 18.7119 | 57.7823 |
Yxy | 18.7119 | 0.2974 | 0.1719 |
Hunter Lab | 43.2573 | 57.9122 | -48.9185 |
CIE-Lab | 50.3484 | 63.2198 | -47.5291 |
#b746ca color RGB value is (183,70,202).
#b746ca hex color red value is 183, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b746ca hue: 0.81 , saturation: 0.55 and the lightness value of b746ca is 0.53.
The process color (four color CMYK) of #b746ca color hex is 0.09, 0.65, 0.00, 0.21. Web safe color of #b746ca is #cc33cc. Color #b746ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01000110 | 11001010 |
Octal | 267 | 106 | 312 |
Decimal | 183 | 70 | 202 |
Hex | B7 | 46 | CA |
Shades of #b746ca
Tints of #b746ca
RGB Percentages of Color #b746ca
CMYK Percentages of Color #b746ca
Complementary Color
#b746ca | #59ca46 |
#b746ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b746ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b746ca Color CSS Codes
.mybgcolor {background-color:#b746ca; } .myforecolor {color:#b746ca; } .mybordercolor {border:3px solid #b746ca; }
#b746ca Text Font Color
<p style="color:#b746ca">Text here</p>
This sample text font color is #b746ca
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.
#b746ca Background Color
<div style="background-color:#b746ca">
Div content here</div>
This div background color is #b746ca
#b746ca Border Color
<div style="border:3px solid #b746ca">
Div here</div>
This div border color is #b746ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,70,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b746ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b746ca; -webkit-box-shadow: 1px 1px 3px 2px #b746ca; box-shadow: 1px 1px 3px 2px #b746ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,70,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b746ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b746ca; -webkit-box-shadow: 1px 1px 3px 2px #b746ca; box-shadow: 1px 1px 3px 2px #b746ca;">
Div content here</div>
This div box has shadow with color #b746ca
Comments
No comments written yet.
Please login to write comment.