Color spaces of #a24968
RGB | 162 | 73 | 104 |
---|---|---|---|
HSL | 0.94 | 0.38 | 0.46 |
HSV | 339° | 55° | 64° |
CMYK | 0.00 | 0.55 | 0.36 0.36 |
XYZ | 19.7815 | 13.4459 | 14.6494 |
Yxy | 13.4459 | 0.4132 | 0.2808 |
Hunter Lab | 36.6687 | 32.1246 | 1.9813 |
CIE-Lab | 43.4276 | 40.1549 | -0.0212 |
#a24968 color RGB value is (162,73,104).
#a24968 hex color red value is 162, green value is 73 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a24968 hue: 0.94 , saturation: 0.38 and the lightness value of a24968 is 0.46.
The process color (four color CMYK) of #a24968 color hex is 0.00, 0.55, 0.36, 0.36. Web safe color of #a24968 is #993366. Color #a24968 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01001001 | 01101000 |
Octal | 242 | 111 | 150 |
Decimal | 162 | 73 | 104 |
Hex | A2 | 49 | 68 |
Shades of #a24968
Tints of #a24968
RGB Percentages of Color #a24968
CMYK Percentages of Color #a24968
Complementary Color
#a24968 | #49a283 |
#a24968 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a24968 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a24968 Color CSS Codes
.mybgcolor {background-color:#a24968; } .myforecolor {color:#a24968; } .mybordercolor {border:3px solid #a24968; }
#a24968 Text Font Color
<p style="color:#a24968">Text here</p>
This sample text font color is #a24968
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.
#a24968 Background Color
<div style="background-color:#a24968">
Div content here</div>
This div background color is #a24968
#a24968 Border Color
<div style="border:3px solid #a24968">
Div here</div>
This div border color is #a24968
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,73,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a24968; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a24968; -webkit-box-shadow: 1px 1px 3px 2px #a24968; box-shadow: 1px 1px 3px 2px #a24968; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,73,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a24968">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a24968; -webkit-box-shadow: 1px 1px 3px 2px #a24968; box-shadow: 1px 1px 3px 2px #a24968;">
Div content here</div>
This div box has shadow with color #a24968
Comments
No comments written yet.
Please login to write comment.