Color spaces of #ad1a94
RGB | 173 | 26 | 148 |
---|---|---|---|
HSL | 0.86 | 0.74 | 0.39 |
HSV | 310° | 85° | 68° |
CMYK | 0.00 | 0.85 | 0.14 0.32 |
XYZ | 22.9483 | 11.7611 | 29.0776 |
Yxy | 11.7611 | 0.3598 | 0.1844 |
Hunter Lab | 34.2945 | 59.4288 | -26.2647 |
CIE-Lab | 40.8339 | 66.3705 | -30.8047 |
#ad1a94 color RGB value is (173,26,148).
#ad1a94 hex color red value is 173, green value is 26 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ad1a94 hue: 0.86 , saturation: 0.74 and the lightness value of ad1a94 is 0.39.
The process color (four color CMYK) of #ad1a94 color hex is 0.00, 0.85, 0.14, 0.32. Web safe color of #ad1a94 is #993399. Color #ad1a94 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00011010 | 10010100 |
Octal | 255 | 32 | 224 |
Decimal | 173 | 26 | 148 |
Hex | AD | 1A | 94 |
Shades of #ad1a94
Tints of #ad1a94
RGB Percentages of Color #ad1a94
CMYK Percentages of Color #ad1a94
Complementary Color
#ad1a94 | #1aad33 |
#ad1a94 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad1a94 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad1a94 Color CSS Codes
.mybgcolor {background-color:#ad1a94; } .myforecolor {color:#ad1a94; } .mybordercolor {border:3px solid #ad1a94; }
#ad1a94 Text Font Color
<p style="color:#ad1a94">Text here</p>
This sample text font color is #ad1a94
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.
#ad1a94 Background Color
<div style="background-color:#ad1a94">
Div content here</div>
This div background color is #ad1a94
#ad1a94 Border Color
<div style="border:3px solid #ad1a94">
Div here</div>
This div border color is #ad1a94
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,26,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad1a94; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad1a94; -webkit-box-shadow: 1px 1px 3px 2px #ad1a94; box-shadow: 1px 1px 3px 2px #ad1a94; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,26,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad1a94">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad1a94; -webkit-box-shadow: 1px 1px 3px 2px #ad1a94; box-shadow: 1px 1px 3px 2px #ad1a94;">
Div content here</div>
This div box has shadow with color #ad1a94
Comments
No comments written yet.
Please login to write comment.