Color spaces of #a33764
RGB | 163 | 55 | 100 |
---|---|---|---|
HSL | 0.93 | 0.50 | 0.43 |
HSV | 335° | 66° | 64° |
CMYK | 0.00 | 0.66 | 0.39 0.36 |
XYZ | 18.7707 | 11.4390 | 13.2752 |
Yxy | 11.4390 | 0.4317 | 0.2631 |
Hunter Lab | 33.8216 | 39.8782 | 0.4034 |
CIE-Lab | 40.3102 | 48.4562 | -2.0857 |
#a33764 color RGB value is (163,55,100).
#a33764 hex color red value is 163, green value is 55 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a33764 hue: 0.93 , saturation: 0.50 and the lightness value of a33764 is 0.43.
The process color (four color CMYK) of #a33764 color hex is 0.00, 0.66, 0.39, 0.36. Web safe color of #a33764 is #993366. Color #a33764 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00110111 | 01100100 |
Octal | 243 | 67 | 144 |
Decimal | 163 | 55 | 100 |
Hex | A3 | 37 | 64 |
Shades of #a33764
Tints of #a33764
RGB Percentages of Color #a33764
CMYK Percentages of Color #a33764
Complementary Color
#a33764 | #37a376 |
#a33764 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a33764 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a33764 Color CSS Codes
.mybgcolor {background-color:#a33764; } .myforecolor {color:#a33764; } .mybordercolor {border:3px solid #a33764; }
#a33764 Text Font Color
<p style="color:#a33764">Text here</p>
This sample text font color is #a33764
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.
#a33764 Background Color
<div style="background-color:#a33764">
Div content here</div>
This div background color is #a33764
#a33764 Border Color
<div style="border:3px solid #a33764">
Div here</div>
This div border color is #a33764
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,55,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a33764; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a33764; -webkit-box-shadow: 1px 1px 3px 2px #a33764; box-shadow: 1px 1px 3px 2px #a33764; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,55,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a33764">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a33764; -webkit-box-shadow: 1px 1px 3px 2px #a33764; box-shadow: 1px 1px 3px 2px #a33764;">
Div content here</div>
This div box has shadow with color #a33764
Comments
No comments written yet.
Please login to write comment.