Color spaces of #a33fda
RGB | 163 | 63 | 218 |
---|---|---|---|
HSL | 0.77 | 0.68 | 0.55 |
HSV | 279° | 71° | 85° |
CMYK | 0.25 | 0.71 | 0.00 0.15 |
XYZ | 29.5367 | 16.4035 | 67.9391 |
Yxy | 16.4035 | 0.2594 | 0.1440 |
Hunter Lab | 40.5012 | 59.2991 | -71.1056 |
CIE-Lab | 47.4995 | 64.9662 | -61.4212 |
#a33fda color RGB value is (163,63,218).
#a33fda hex color red value is 163, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a33fda hue: 0.77 , saturation: 0.68 and the lightness value of a33fda is 0.55.
The process color (four color CMYK) of #a33fda color hex is 0.25, 0.71, 0.00, 0.15. Web safe color of #a33fda is #9933cc. Color #a33fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00111111 | 11011010 |
Octal | 243 | 77 | 332 |
Decimal | 163 | 63 | 218 |
Hex | A3 | 3F | DA |
Shades of #a33fda
Tints of #a33fda
RGB Percentages of Color #a33fda
CMYK Percentages of Color #a33fda
Complementary Color
#a33fda | #76da3f |
#a33fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a33fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a33fda Color CSS Codes
.mybgcolor {background-color:#a33fda; } .myforecolor {color:#a33fda; } .mybordercolor {border:3px solid #a33fda; }
#a33fda Text Font Color
<p style="color:#a33fda">Text here</p>
This sample text font color is #a33fda
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.
#a33fda Background Color
<div style="background-color:#a33fda">
Div content here</div>
This div background color is #a33fda
#a33fda Border Color
<div style="border:3px solid #a33fda">
Div here</div>
This div border color is #a33fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,63,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a33fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a33fda; -webkit-box-shadow: 1px 1px 3px 2px #a33fda; box-shadow: 1px 1px 3px 2px #a33fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,63,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a33fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a33fda; -webkit-box-shadow: 1px 1px 3px 2px #a33fda; box-shadow: 1px 1px 3px 2px #a33fda;">
Div content here</div>
This div box has shadow with color #a33fda
Comments
No comments written yet.
Please login to write comment.