Color spaces of #ad269a
RGB | 173 | 38 | 154 |
---|---|---|---|
HSL | 0.86 | 0.64 | 0.41 |
HSV | 308° | 78° | 68° |
CMYK | 0.00 | 0.78 | 0.11 0.32 |
XYZ | 23.7594 | 12.6036 | 31.7523 |
Yxy | 12.6036 | 0.3488 | 0.1850 |
Hunter Lab | 35.5015 | 57.3334 | -28.1774 |
CIE-Lab | 42.1598 | 64.2811 | -32.3524 |
#ad269a color RGB value is (173,38,154).
#ad269a hex color red value is 173, green value is 38 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ad269a hue: 0.86 , saturation: 0.64 and the lightness value of ad269a is 0.41.
The process color (four color CMYK) of #ad269a color hex is 0.00, 0.78, 0.11, 0.32. Web safe color of #ad269a is #993399. Color #ad269a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00100110 | 10011010 |
Octal | 255 | 46 | 232 |
Decimal | 173 | 38 | 154 |
Hex | AD | 26 | 9A |
Shades of #ad269a
Tints of #ad269a
RGB Percentages of Color #ad269a
CMYK Percentages of Color #ad269a
Complementary Color
#ad269a | #26ad39 |
#ad269a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad269a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad269a Color CSS Codes
.mybgcolor {background-color:#ad269a; } .myforecolor {color:#ad269a; } .mybordercolor {border:3px solid #ad269a; }
#ad269a Text Font Color
<p style="color:#ad269a">Text here</p>
This sample text font color is #ad269a
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.
#ad269a Background Color
<div style="background-color:#ad269a">
Div content here</div>
This div background color is #ad269a
#ad269a Border Color
<div style="border:3px solid #ad269a">
Div here</div>
This div border color is #ad269a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,38,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad269a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad269a; -webkit-box-shadow: 1px 1px 3px 2px #ad269a; box-shadow: 1px 1px 3px 2px #ad269a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,38,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad269a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad269a; -webkit-box-shadow: 1px 1px 3px 2px #ad269a; box-shadow: 1px 1px 3px 2px #ad269a;">
Div content here</div>
This div box has shadow with color #ad269a
Comments
No comments written yet.
Please login to write comment.