Color spaces of #ad467a
RGB | 173 | 70 | 122 |
---|---|---|---|
HSL | 0.92 | 0.42 | 0.48 |
HSV | 330° | 60° | 68° |
CMYK | 0.00 | 0.60 | 0.29 0.32 |
XYZ | 22.9366 | 14.6697 | 20.0350 |
Yxy | 14.6697 | 0.3979 | 0.2545 |
Hunter Lab | 38.3010 | 39.8680 | -4.2034 |
CIE-Lab | 45.1784 | 47.5911 | -8.2756 |
#ad467a color RGB value is (173,70,122).
#ad467a hex color red value is 173, green value is 70 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ad467a hue: 0.92 , saturation: 0.42 and the lightness value of ad467a is 0.48.
The process color (four color CMYK) of #ad467a color hex is 0.00, 0.60, 0.29, 0.32. Web safe color of #ad467a is #993366. Color #ad467a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01000110 | 01111010 |
Octal | 255 | 106 | 172 |
Decimal | 173 | 70 | 122 |
Hex | AD | 46 | 7A |
Shades of #ad467a
Tints of #ad467a
RGB Percentages of Color #ad467a
CMYK Percentages of Color #ad467a
Complementary Color
#ad467a | #46ad79 |
#ad467a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad467a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad467a Color CSS Codes
.mybgcolor {background-color:#ad467a; } .myforecolor {color:#ad467a; } .mybordercolor {border:3px solid #ad467a; }
#ad467a Text Font Color
<p style="color:#ad467a">Text here</p>
This sample text font color is #ad467a
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.
#ad467a Background Color
<div style="background-color:#ad467a">
Div content here</div>
This div background color is #ad467a
#ad467a Border Color
<div style="border:3px solid #ad467a">
Div here</div>
This div border color is #ad467a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,70,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad467a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad467a; -webkit-box-shadow: 1px 1px 3px 2px #ad467a; box-shadow: 1px 1px 3px 2px #ad467a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,70,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad467a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad467a; -webkit-box-shadow: 1px 1px 3px 2px #ad467a; box-shadow: 1px 1px 3px 2px #ad467a;">
Div content here</div>
This div box has shadow with color #ad467a
Comments
No comments written yet.
Please login to write comment.