Color spaces of #ab7ade
RGB | 171 | 122 | 222 |
---|---|---|---|
HSL | 0.75 | 0.60 | 0.67 |
HSV | 269° | 45° | 87° |
CMYK | 0.23 | 0.45 | 0.00 0.13 |
XYZ | 36.9389 | 27.8509 | 72.5361 |
Yxy | 27.8509 | 0.2690 | 0.2028 |
Hunter Lab | 52.7740 | 32.5859 | -44.5504 |
CIE-Lab | 59.7538 | 38.3565 | -44.0639 |
#ab7ade color RGB value is (171,122,222).
#ab7ade hex color red value is 171, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab7ade hue: 0.75 , saturation: 0.60 and the lightness value of ab7ade is 0.67.
The process color (four color CMYK) of #ab7ade color hex is 0.23, 0.45, 0.00, 0.13. Web safe color of #ab7ade is #9966cc. Color #ab7ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01111010 | 11011110 |
Octal | 253 | 172 | 336 |
Decimal | 171 | 122 | 222 |
Hex | AB | 7A | DE |
Shades of #ab7ade
Tints of #ab7ade
RGB Percentages of Color #ab7ade
CMYK Percentages of Color #ab7ade
Complementary Color
#ab7ade | #adde7a |
#ab7ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab7ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab7ade Color CSS Codes
.mybgcolor {background-color:#ab7ade; } .myforecolor {color:#ab7ade; } .mybordercolor {border:3px solid #ab7ade; }
#ab7ade Text Font Color
<p style="color:#ab7ade">Text here</p>
This sample text font color is #ab7ade
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.
#ab7ade Background Color
<div style="background-color:#ab7ade">
Div content here</div>
This div background color is #ab7ade
#ab7ade Border Color
<div style="border:3px solid #ab7ade">
Div here</div>
This div border color is #ab7ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,122,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab7ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab7ade; -webkit-box-shadow: 1px 1px 3px 2px #ab7ade; box-shadow: 1px 1px 3px 2px #ab7ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,122,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab7ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab7ade; -webkit-box-shadow: 1px 1px 3px 2px #ab7ade; box-shadow: 1px 1px 3px 2px #ab7ade;">
Div content here</div>
This div box has shadow with color #ab7ade
Comments
No comments written yet.
Please login to write comment.