Color spaces of #842afc
RGB | 132 | 42 | 252 |
---|---|---|---|
HSL | 0.74 | 0.97 | 0.58 |
HSV | 266° | 83° | 99° |
CMYK | 0.48 | 0.83 | 0.00 0.01 |
XYZ | 27.9144 | 13.5897 | 93.2473 |
Yxy | 13.5897 | 0.2072 | 0.1009 |
Hunter Lab | 36.8642 | 70.6518 | -124.1679 |
CIE-Lab | 43.6387 | 75.2900 | -87.1026 |
#842afc color RGB value is (132,42,252).
#842afc hex color red value is 132, green value is 42 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #842afc hue: 0.74 , saturation: 0.97 and the lightness value of 842afc is 0.58.
The process color (four color CMYK) of #842afc color hex is 0.48, 0.83, 0.00, 0.01. Web safe color of #842afc is #9933ff. Color #842afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 00101010 | 11111100 |
Octal | 204 | 52 | 374 |
Decimal | 132 | 42 | 252 |
Hex | 84 | 2A | FC |
Shades of #842afc
Tints of #842afc
RGB Percentages of Color #842afc
CMYK Percentages of Color #842afc
Complementary Color
#842afc | #a2fc2a |
#842afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#842afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#842afc Color CSS Codes
.mybgcolor {background-color:#842afc; } .myforecolor {color:#842afc; } .mybordercolor {border:3px solid #842afc; }
#842afc Text Font Color
<p style="color:#842afc">Text here</p>
This sample text font color is #842afc
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.
#842afc Background Color
<div style="background-color:#842afc">
Div content here</div>
This div background color is #842afc
#842afc Border Color
<div style="border:3px solid #842afc">
Div here</div>
This div border color is #842afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,42,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #842afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #842afc; -webkit-box-shadow: 1px 1px 3px 2px #842afc; box-shadow: 1px 1px 3px 2px #842afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,42,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 #842afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #842afc; -webkit-box-shadow: 1px 1px 3px 2px #842afc; box-shadow: 1px 1px 3px 2px #842afc;">
Div content here</div>
This div box has shadow with color #842afc
Comments
No comments written yet.
Please login to write comment.