Color spaces of #a33fcc
RGB | 163 | 63 | 204 |
---|---|---|---|
HSL | 0.78 | 0.58 | 0.52 |
HSV | 283° | 69° | 80° |
CMYK | 0.20 | 0.69 | 0.00 0.20 |
XYZ | 27.7808 | 15.7012 | 58.6932 |
Yxy | 15.7012 | 0.2719 | 0.1537 |
Hunter Lab | 39.6247 | 55.8026 | -60.0846 |
CIE-Lab | 46.5800 | 62.0808 | -54.8728 |
#a33fcc color RGB value is (163,63,204).
#a33fcc hex color red value is 163, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a33fcc hue: 0.78 , saturation: 0.58 and the lightness value of a33fcc is 0.52.
The process color (four color CMYK) of #a33fcc color hex is 0.20, 0.69, 0.00, 0.20. Web safe color of #a33fcc is #9933cc. Color #a33fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00111111 | 11001100 |
Octal | 243 | 77 | 314 |
Decimal | 163 | 63 | 204 |
Hex | A3 | 3F | CC |
Shades of #a33fcc
Tints of #a33fcc
RGB Percentages of Color #a33fcc
CMYK Percentages of Color #a33fcc
Complementary Color
#a33fcc | #68cc3f |
#a33fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a33fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a33fcc Color CSS Codes
.mybgcolor {background-color:#a33fcc; } .myforecolor {color:#a33fcc; } .mybordercolor {border:3px solid #a33fcc; }
#a33fcc Text Font Color
<p style="color:#a33fcc">Text here</p>
This sample text font color is #a33fcc
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.
#a33fcc Background Color
<div style="background-color:#a33fcc">
Div content here</div>
This div background color is #a33fcc
#a33fcc Border Color
<div style="border:3px solid #a33fcc">
Div here</div>
This div border color is #a33fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,63,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a33fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a33fcc; -webkit-box-shadow: 1px 1px 3px 2px #a33fcc; box-shadow: 1px 1px 3px 2px #a33fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,63,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a33fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a33fcc; -webkit-box-shadow: 1px 1px 3px 2px #a33fcc; box-shadow: 1px 1px 3px 2px #a33fcc;">
Div content here</div>
This div box has shadow with color #a33fcc
Comments
No comments written yet.
Please login to write comment.