Color spaces of #ab469a
RGB | 171 | 70 | 154 |
---|---|---|---|
HSL | 0.86 | 0.42 | 0.47 |
HSV | 310° | 59° | 67° |
CMYK | 0.00 | 0.59 | 0.10 0.33 |
XYZ | 24.8175 | 15.3713 | 32.2308 |
Yxy | 15.3713 | 0.3427 | 0.2123 |
Hunter Lab | 39.2062 | 44.3793 | -21.2969 |
CIE-Lab | 46.1386 | 51.7389 | -26.1553 |
#ab469a color RGB value is (171,70,154).
#ab469a hex color red value is 171, green value is 70 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ab469a hue: 0.86 , saturation: 0.42 and the lightness value of ab469a is 0.47.
The process color (four color CMYK) of #ab469a color hex is 0.00, 0.59, 0.10, 0.33. Web safe color of #ab469a is #993399. Color #ab469a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01000110 | 10011010 |
Octal | 253 | 106 | 232 |
Decimal | 171 | 70 | 154 |
Hex | AB | 46 | 9A |
Shades of #ab469a
Tints of #ab469a
RGB Percentages of Color #ab469a
CMYK Percentages of Color #ab469a
Complementary Color
#ab469a | #46ab57 |
#ab469a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab469a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab469a Color CSS Codes
.mybgcolor {background-color:#ab469a; } .myforecolor {color:#ab469a; } .mybordercolor {border:3px solid #ab469a; }
#ab469a Text Font Color
<p style="color:#ab469a">Text here</p>
This sample text font color is #ab469a
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.
#ab469a Background Color
<div style="background-color:#ab469a">
Div content here</div>
This div background color is #ab469a
#ab469a Border Color
<div style="border:3px solid #ab469a">
Div here</div>
This div border color is #ab469a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,70,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab469a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab469a; -webkit-box-shadow: 1px 1px 3px 2px #ab469a; box-shadow: 1px 1px 3px 2px #ab469a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,70,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 #ab469a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab469a; -webkit-box-shadow: 1px 1px 3px 2px #ab469a; box-shadow: 1px 1px 3px 2px #ab469a;">
Div content here</div>
This div box has shadow with color #ab469a
Comments
No comments written yet.
Please login to write comment.