Color spaces of #847fbc
RGB | 132 | 127 | 188 |
---|---|---|---|
HSL | 0.68 | 0.31 | 0.62 |
HSV | 245° | 32° | 74° |
CMYK | 0.30 | 0.32 | 0.00 0.26 |
XYZ | 26.1822 | 23.7151 | 50.7745 |
Yxy | 23.7151 | 0.2601 | 0.2356 |
Hunter Lab | 48.6982 | 10.7474 | -27.7292 |
CIE-Lab | 55.8014 | 15.8425 | -31.2973 |
#847fbc color RGB value is (132,127,188).
#847fbc hex color red value is 132, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #847fbc hue: 0.68 , saturation: 0.31 and the lightness value of 847fbc is 0.62.
The process color (four color CMYK) of #847fbc color hex is 0.30, 0.32, 0.00, 0.26. Web safe color of #847fbc is #9966cc. Color #847fbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01111111 | 10111100 |
Octal | 204 | 177 | 274 |
Decimal | 132 | 127 | 188 |
Hex | 84 | 7F | BC |
Shades of #847fbc
Tints of #847fbc
RGB Percentages of Color #847fbc
CMYK Percentages of Color #847fbc
Complementary Color
#847fbc | #b7bc7f |
#847fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#847fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#847fbc Color CSS Codes
.mybgcolor {background-color:#847fbc; } .myforecolor {color:#847fbc; } .mybordercolor {border:3px solid #847fbc; }
#847fbc Text Font Color
<p style="color:#847fbc">Text here</p>
This sample text font color is #847fbc
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.
#847fbc Background Color
<div style="background-color:#847fbc">
Div content here</div>
This div background color is #847fbc
#847fbc Border Color
<div style="border:3px solid #847fbc">
Div here</div>
This div border color is #847fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,127,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #847fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #847fbc; -webkit-box-shadow: 1px 1px 3px 2px #847fbc; box-shadow: 1px 1px 3px 2px #847fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,127,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #847fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #847fbc; -webkit-box-shadow: 1px 1px 3px 2px #847fbc; box-shadow: 1px 1px 3px 2px #847fbc;">
Div content here</div>
This div box has shadow with color #847fbc
Comments
No comments written yet.
Please login to write comment.