Color spaces of #847ddf
RGB | 132 | 125 | 223 |
---|---|---|---|
HSL | 0.68 | 0.60 | 0.68 |
HSV | 244° | 44° | 87° |
CMYK | 0.41 | 0.44 | 0.00 0.13 |
XYZ | 30.1686 | 24.9005 | 73.0283 |
Yxy | 24.9005 | 0.2355 | 0.1944 |
Hunter Lab | 49.9004 | 20.5912 | -51.8395 |
CIE-Lab | 56.9783 | 26.5072 | -49.2434 |
#847ddf color RGB value is (132,125,223).
#847ddf hex color red value is 132, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #847ddf hue: 0.68 , saturation: 0.60 and the lightness value of 847ddf is 0.68.
The process color (four color CMYK) of #847ddf color hex is 0.41, 0.44, 0.00, 0.13. Web safe color of #847ddf is #9966cc. Color #847ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01111101 | 11011111 |
Octal | 204 | 175 | 337 |
Decimal | 132 | 125 | 223 |
Hex | 84 | 7D | DF |
Shades of #847ddf
Tints of #847ddf
RGB Percentages of Color #847ddf
CMYK Percentages of Color #847ddf
Complementary Color
#847ddf | #d8df7d |
#847ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#847ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#847ddf Color CSS Codes
.mybgcolor {background-color:#847ddf; } .myforecolor {color:#847ddf; } .mybordercolor {border:3px solid #847ddf; }
#847ddf Text Font Color
<p style="color:#847ddf">Text here</p>
This sample text font color is #847ddf
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.
#847ddf Background Color
<div style="background-color:#847ddf">
Div content here</div>
This div background color is #847ddf
#847ddf Border Color
<div style="border:3px solid #847ddf">
Div here</div>
This div border color is #847ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,125,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #847ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #847ddf; -webkit-box-shadow: 1px 1px 3px 2px #847ddf; box-shadow: 1px 1px 3px 2px #847ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,125,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #847ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #847ddf; -webkit-box-shadow: 1px 1px 3px 2px #847ddf; box-shadow: 1px 1px 3px 2px #847ddf;">
Div content here</div>
This div box has shadow with color #847ddf
Comments
No comments written yet.
Please login to write comment.