Color spaces of #ab498a
RGB | 171 | 73 | 138 |
---|---|---|---|
HSL | 0.89 | 0.40 | 0.48 |
HSV | 320° | 57° | 67° |
CMYK | 0.00 | 0.57 | 0.19 0.33 |
XYZ | 23.7646 | 15.2580 | 25.7373 |
Yxy | 15.2580 | 0.3670 | 0.2356 |
Hunter Lab | 39.0615 | 40.2399 | -11.7227 |
CIE-Lab | 45.9856 | 47.8137 | -16.7888 |
#ab498a color RGB value is (171,73,138).
#ab498a hex color red value is 171, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ab498a hue: 0.89 , saturation: 0.40 and the lightness value of ab498a is 0.48.
The process color (four color CMYK) of #ab498a color hex is 0.00, 0.57, 0.19, 0.33. Web safe color of #ab498a is #993399. Color #ab498a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01001001 | 10001010 |
Octal | 253 | 111 | 212 |
Decimal | 171 | 73 | 138 |
Hex | AB | 49 | 8A |
Shades of #ab498a
Tints of #ab498a
RGB Percentages of Color #ab498a
CMYK Percentages of Color #ab498a
Complementary Color
#ab498a | #49ab6a |
#ab498a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab498a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab498a Color CSS Codes
.mybgcolor {background-color:#ab498a; } .myforecolor {color:#ab498a; } .mybordercolor {border:3px solid #ab498a; }
#ab498a Text Font Color
<p style="color:#ab498a">Text here</p>
This sample text font color is #ab498a
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.
#ab498a Background Color
<div style="background-color:#ab498a">
Div content here</div>
This div background color is #ab498a
#ab498a Border Color
<div style="border:3px solid #ab498a">
Div here</div>
This div border color is #ab498a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,73,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab498a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab498a; -webkit-box-shadow: 1px 1px 3px 2px #ab498a; box-shadow: 1px 1px 3px 2px #ab498a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,73,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab498a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab498a; -webkit-box-shadow: 1px 1px 3px 2px #ab498a; box-shadow: 1px 1px 3px 2px #ab498a;">
Div content here</div>
This div box has shadow with color #ab498a
Comments
No comments written yet.
Please login to write comment.