Color spaces of #a62848
RGB | 166 | 40 | 72 |
---|---|---|---|
HSL | 0.96 | 0.61 | 0.40 |
HSV | 345° | 76° | 65° |
CMYK | 0.00 | 0.76 | 0.57 0.35 |
XYZ | 17.6544 | 10.0925 | 7.1484 |
Yxy | 10.0925 | 0.5059 | 0.2892 |
Hunter Lab | 31.7687 | 43.6002 | 8.8970 |
CIE-Lab | 38.0079 | 52.4895 | 12.4346 |
#a62848 color RGB value is (166,40,72).
#a62848 hex color red value is 166, green value is 40 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a62848 hue: 0.96 , saturation: 0.61 and the lightness value of a62848 is 0.40.
The process color (four color CMYK) of #a62848 color hex is 0.00, 0.76, 0.57, 0.35. Web safe color of #a62848 is #993333. Color #a62848 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00101000 | 01001000 |
Octal | 246 | 50 | 110 |
Decimal | 166 | 40 | 72 |
Hex | A6 | 28 | 48 |
Shades of #a62848
Tints of #a62848
RGB Percentages of Color #a62848
CMYK Percentages of Color #a62848
Complementary Color
#a62848 | #28a686 |
#a62848 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a62848 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a62848 Color CSS Codes
.mybgcolor {background-color:#a62848; } .myforecolor {color:#a62848; } .mybordercolor {border:3px solid #a62848; }
#a62848 Text Font Color
<p style="color:#a62848">Text here</p>
This sample text font color is #a62848
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.
#a62848 Background Color
<div style="background-color:#a62848">
Div content here</div>
This div background color is #a62848
#a62848 Border Color
<div style="border:3px solid #a62848">
Div here</div>
This div border color is #a62848
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,40,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a62848; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a62848; -webkit-box-shadow: 1px 1px 3px 2px #a62848; box-shadow: 1px 1px 3px 2px #a62848; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,40,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a62848">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a62848; -webkit-box-shadow: 1px 1px 3px 2px #a62848; box-shadow: 1px 1px 3px 2px #a62848;">
Div content here</div>
This div box has shadow with color #a62848
Comments
No comments written yet.
Please login to write comment.