Color spaces of #a835fc
RGB | 168 | 53 | 252 |
---|---|---|---|
HSL | 0.76 | 0.97 | 0.60 |
HSV | 275° | 79° | 99° |
CMYK | 0.33 | 0.79 | 0.00 0.01 |
XYZ | 34.9922 | 17.8993 | 93.7061 |
Yxy | 17.8993 | 0.2387 | 0.1221 |
Hunter Lab | 42.3076 | 73.5975 | -101.7048 |
CIE-Lab | 49.3737 | 76.5723 | -77.5255 |
#a835fc color RGB value is (168,53,252).
#a835fc hex color red value is 168, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a835fc hue: 0.76 , saturation: 0.97 and the lightness value of a835fc is 0.60.
The process color (four color CMYK) of #a835fc color hex is 0.33, 0.79, 0.00, 0.01. Web safe color of #a835fc is #9933ff. Color #a835fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00110101 | 11111100 |
Octal | 250 | 65 | 374 |
Decimal | 168 | 53 | 252 |
Hex | A8 | 35 | FC |
Shades of #a835fc
Tints of #a835fc
RGB Percentages of Color #a835fc
CMYK Percentages of Color #a835fc
Complementary Color
#a835fc | #89fc35 |
#a835fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a835fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a835fc Color CSS Codes
.mybgcolor {background-color:#a835fc; } .myforecolor {color:#a835fc; } .mybordercolor {border:3px solid #a835fc; }
#a835fc Text Font Color
<p style="color:#a835fc">Text here</p>
This sample text font color is #a835fc
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.
#a835fc Background Color
<div style="background-color:#a835fc">
Div content here</div>
This div background color is #a835fc
#a835fc Border Color
<div style="border:3px solid #a835fc">
Div here</div>
This div border color is #a835fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,53,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a835fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a835fc; -webkit-box-shadow: 1px 1px 3px 2px #a835fc; box-shadow: 1px 1px 3px 2px #a835fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,53,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 #a835fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a835fc; -webkit-box-shadow: 1px 1px 3px 2px #a835fc; box-shadow: 1px 1px 3px 2px #a835fc;">
Div content here</div>
This div box has shadow with color #a835fc
Comments
No comments written yet.
Please login to write comment.