Color spaces of #b773cc
RGB | 183 | 115 | 204 |
---|---|---|---|
HSL | 0.79 | 0.47 | 0.63 |
HSV | 286° | 44° | 80° |
CMYK | 0.10 | 0.44 | 0.00 0.20 |
XYZ | 36.5583 | 26.6884 | 60.3513 |
Yxy | 26.6884 | 0.2958 | 0.2159 |
Hunter Lab | 51.6608 | 35.9109 | -33.1013 |
CIE-Lab | 58.6848 | 41.7068 | -35.5210 |
#b773cc color RGB value is (183,115,204).
#b773cc hex color red value is 183, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b773cc hue: 0.79 , saturation: 0.47 and the lightness value of b773cc is 0.63.
The process color (four color CMYK) of #b773cc color hex is 0.10, 0.44, 0.00, 0.20. Web safe color of #b773cc is #cc66cc. Color #b773cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01110011 | 11001100 |
Octal | 267 | 163 | 314 |
Decimal | 183 | 115 | 204 |
Hex | B7 | 73 | CC |
Shades of #b773cc
Tints of #b773cc
RGB Percentages of Color #b773cc
CMYK Percentages of Color #b773cc
Complementary Color
#b773cc | #88cc73 |
#b773cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b773cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b773cc Color CSS Codes
.mybgcolor {background-color:#b773cc; } .myforecolor {color:#b773cc; } .mybordercolor {border:3px solid #b773cc; }
#b773cc Text Font Color
<p style="color:#b773cc">Text here</p>
This sample text font color is #b773cc
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.
#b773cc Background Color
<div style="background-color:#b773cc">
Div content here</div>
This div background color is #b773cc
#b773cc Border Color
<div style="border:3px solid #b773cc">
Div here</div>
This div border color is #b773cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,115,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b773cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b773cc; -webkit-box-shadow: 1px 1px 3px 2px #b773cc; box-shadow: 1px 1px 3px 2px #b773cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,115,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 #b773cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b773cc; -webkit-box-shadow: 1px 1px 3px 2px #b773cc; box-shadow: 1px 1px 3px 2px #b773cc;">
Div content here</div>
This div box has shadow with color #b773cc
Comments
No comments written yet.
Please login to write comment.