Color spaces of #849afc
RGB | 132 | 154 | 252 |
---|---|---|---|
HSL | 0.64 | 0.95 | 0.75 |
HSV | 229° | 48° | 99° |
CMYK | 0.48 | 0.39 | 0.00 0.01 |
XYZ | 38.6420 | 35.0450 | 96.8232 |
Yxy | 35.0450 | 0.2266 | 0.2055 |
Hunter Lab | 59.1988 | 12.9179 | -55.5332 |
CIE-Lab | 65.7837 | 17.8893 | -51.3190 |
#849afc color RGB value is (132,154,252).
#849afc hex color red value is 132, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #849afc hue: 0.64 , saturation: 0.95 and the lightness value of 849afc is 0.75.
The process color (four color CMYK) of #849afc color hex is 0.48, 0.39, 0.00, 0.01. Web safe color of #849afc is #9999ff. Color #849afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10011010 | 11111100 |
Octal | 204 | 232 | 374 |
Decimal | 132 | 154 | 252 |
Hex | 84 | 9A | FC |
Shades of #849afc
Tints of #849afc
RGB Percentages of Color #849afc
CMYK Percentages of Color #849afc
Complementary Color
#849afc | #fce684 |
#849afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#849afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#849afc Color CSS Codes
.mybgcolor {background-color:#849afc; } .myforecolor {color:#849afc; } .mybordercolor {border:3px solid #849afc; }
#849afc Text Font Color
<p style="color:#849afc">Text here</p>
This sample text font color is #849afc
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.
#849afc Background Color
<div style="background-color:#849afc">
Div content here</div>
This div background color is #849afc
#849afc Border Color
<div style="border:3px solid #849afc">
Div here</div>
This div border color is #849afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,154,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #849afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #849afc; -webkit-box-shadow: 1px 1px 3px 2px #849afc; box-shadow: 1px 1px 3px 2px #849afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,154,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #849afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #849afc; -webkit-box-shadow: 1px 1px 3px 2px #849afc; box-shadow: 1px 1px 3px 2px #849afc;">
Div content here</div>
This div box has shadow with color #849afc
Comments
No comments written yet.
Please login to write comment.