Color spaces of #b750cc
RGB | 183 | 80 | 204 |
---|---|---|---|
HSL | 0.81 | 0.55 | 0.56 |
HSV | 290° | 61° | 80° |
CMYK | 0.10 | 0.61 | 0.00 0.20 |
XYZ | 33.2962 | 20.1642 | 59.2639 |
Yxy | 20.1642 | 0.2954 | 0.1789 |
Hunter Lab | 44.9046 | 53.7726 | -46.8162 |
CIE-Lab | 52.0224 | 59.2701 | -46.0153 |
#b750cc color RGB value is (183,80,204).
#b750cc hex color red value is 183, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b750cc hue: 0.81 , saturation: 0.55 and the lightness value of b750cc is 0.56.
The process color (four color CMYK) of #b750cc color hex is 0.10, 0.61, 0.00, 0.20. Web safe color of #b750cc is #cc66cc. Color #b750cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01010000 | 11001100 |
Octal | 267 | 120 | 314 |
Decimal | 183 | 80 | 204 |
Hex | B7 | 50 | CC |
Shades of #b750cc
Tints of #b750cc
RGB Percentages of Color #b750cc
CMYK Percentages of Color #b750cc
Complementary Color
#b750cc | #65cc50 |
#b750cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b750cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b750cc Color CSS Codes
.mybgcolor {background-color:#b750cc; } .myforecolor {color:#b750cc; } .mybordercolor {border:3px solid #b750cc; }
#b750cc Text Font Color
<p style="color:#b750cc">Text here</p>
This sample text font color is #b750cc
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.
#b750cc Background Color
<div style="background-color:#b750cc">
Div content here</div>
This div background color is #b750cc
#b750cc Border Color
<div style="border:3px solid #b750cc">
Div here</div>
This div border color is #b750cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,80,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b750cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b750cc; -webkit-box-shadow: 1px 1px 3px 2px #b750cc; box-shadow: 1px 1px 3px 2px #b750cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,80,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b750cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b750cc; -webkit-box-shadow: 1px 1px 3px 2px #b750cc; box-shadow: 1px 1px 3px 2px #b750cc;">
Div content here</div>
This div box has shadow with color #b750cc
Comments
No comments written yet.
Please login to write comment.