Color spaces of #ab698a
RGB | 171 | 105 | 138 |
---|---|---|---|
HSL | 0.92 | 0.28 | 0.54 |
HSV | 330° | 39° | 67° |
CMYK | 0.00 | 0.39 | 0.19 0.33 |
XYZ | 26.4336 | 20.5961 | 26.6270 |
Yxy | 20.5961 | 0.3589 | 0.2796 |
Hunter Lab | 45.3829 | 24.5484 | -3.0185 |
CIE-Lab | 52.5046 | 31.0909 | -6.9579 |
#ab698a color RGB value is (171,105,138).
#ab698a hex color red value is 171, green value is 105 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ab698a hue: 0.92 , saturation: 0.28 and the lightness value of ab698a is 0.54.
The process color (four color CMYK) of #ab698a color hex is 0.00, 0.39, 0.19, 0.33. Web safe color of #ab698a is #996699. Color #ab698a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01101001 | 10001010 |
Octal | 253 | 151 | 212 |
Decimal | 171 | 105 | 138 |
Hex | AB | 69 | 8A |
Shades of #ab698a
Tints of #ab698a
RGB Percentages of Color #ab698a
CMYK Percentages of Color #ab698a
Complementary Color
#ab698a | #69ab8a |
#ab698a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab698a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab698a Color CSS Codes
.mybgcolor {background-color:#ab698a; } .myforecolor {color:#ab698a; } .mybordercolor {border:3px solid #ab698a; }
#ab698a Text Font Color
<p style="color:#ab698a">Text here</p>
This sample text font color is #ab698a
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.
#ab698a Background Color
<div style="background-color:#ab698a">
Div content here</div>
This div background color is #ab698a
#ab698a Border Color
<div style="border:3px solid #ab698a">
Div here</div>
This div border color is #ab698a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,105,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab698a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab698a; -webkit-box-shadow: 1px 1px 3px 2px #ab698a; box-shadow: 1px 1px 3px 2px #ab698a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,105,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 #ab698a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab698a; -webkit-box-shadow: 1px 1px 3px 2px #ab698a; box-shadow: 1px 1px 3px 2px #ab698a;">
Div content here</div>
This div box has shadow with color #ab698a
Comments
No comments written yet.
Please login to write comment.