Color spaces of #847fbf
RGB | 132 | 127 | 191 |
---|---|---|---|
HSL | 0.68 | 0.33 | 0.62 |
HSV | 245° | 34° | 75° |
CMYK | 0.31 | 0.34 | 0.00 0.25 |
XYZ | 26.5091 | 23.8459 | 52.4957 |
Yxy | 23.8459 | 0.2577 | 0.2318 |
Hunter Lab | 48.8323 | 11.4441 | -29.5554 |
CIE-Lab | 55.9332 | 16.6229 | -32.8032 |
#847fbf color RGB value is (132,127,191).
#847fbf hex color red value is 132, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #847fbf hue: 0.68 , saturation: 0.33 and the lightness value of 847fbf is 0.62.
The process color (four color CMYK) of #847fbf color hex is 0.31, 0.34, 0.00, 0.25. Web safe color of #847fbf is #9966cc. Color #847fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01111111 | 10111111 |
Octal | 204 | 177 | 277 |
Decimal | 132 | 127 | 191 |
Hex | 84 | 7F | BF |
Shades of #847fbf
Tints of #847fbf
RGB Percentages of Color #847fbf
CMYK Percentages of Color #847fbf
Complementary Color
#847fbf | #babf7f |
#847fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#847fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#847fbf Color CSS Codes
.mybgcolor {background-color:#847fbf; } .myforecolor {color:#847fbf; } .mybordercolor {border:3px solid #847fbf; }
#847fbf Text Font Color
<p style="color:#847fbf">Text here</p>
This sample text font color is #847fbf
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.
#847fbf Background Color
<div style="background-color:#847fbf">
Div content here</div>
This div background color is #847fbf
#847fbf Border Color
<div style="border:3px solid #847fbf">
Div here</div>
This div border color is #847fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,127,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #847fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #847fbf; -webkit-box-shadow: 1px 1px 3px 2px #847fbf; box-shadow: 1px 1px 3px 2px #847fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,127,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #847fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #847fbf; -webkit-box-shadow: 1px 1px 3px 2px #847fbf; box-shadow: 1px 1px 3px 2px #847fbf;">
Div content here</div>
This div box has shadow with color #847fbf
Comments
No comments written yet.
Please login to write comment.