Color spaces of #ab7acd
RGB | 171 | 122 | 205 |
---|---|---|---|
HSL | 0.77 | 0.45 | 0.64 |
HSV | 275° | 40° | 80° |
CMYK | 0.17 | 0.40 | 0.00 0.20 |
XYZ | 34.7736 | 26.9848 | 61.1334 |
Yxy | 26.9848 | 0.2830 | 0.2196 |
Hunter Lab | 51.9469 | 28.5820 | -33.4123 |
CIE-Lab | 58.9603 | 34.5033 | -35.7527 |
#ab7acd color RGB value is (171,122,205).
#ab7acd hex color red value is 171, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ab7acd hue: 0.77 , saturation: 0.45 and the lightness value of ab7acd is 0.64.
The process color (four color CMYK) of #ab7acd color hex is 0.17, 0.40, 0.00, 0.20. Web safe color of #ab7acd is #9966cc. Color #ab7acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01111010 | 11001101 |
Octal | 253 | 172 | 315 |
Decimal | 171 | 122 | 205 |
Hex | AB | 7A | CD |
Shades of #ab7acd
Tints of #ab7acd
RGB Percentages of Color #ab7acd
CMYK Percentages of Color #ab7acd
Complementary Color
#ab7acd | #9ccd7a |
#ab7acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab7acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab7acd Color CSS Codes
.mybgcolor {background-color:#ab7acd; } .myforecolor {color:#ab7acd; } .mybordercolor {border:3px solid #ab7acd; }
#ab7acd Text Font Color
<p style="color:#ab7acd">Text here</p>
This sample text font color is #ab7acd
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.
#ab7acd Background Color
<div style="background-color:#ab7acd">
Div content here</div>
This div background color is #ab7acd
#ab7acd Border Color
<div style="border:3px solid #ab7acd">
Div here</div>
This div border color is #ab7acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,122,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab7acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab7acd; -webkit-box-shadow: 1px 1px 3px 2px #ab7acd; box-shadow: 1px 1px 3px 2px #ab7acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,122,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab7acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab7acd; -webkit-box-shadow: 1px 1px 3px 2px #ab7acd; box-shadow: 1px 1px 3px 2px #ab7acd;">
Div content here</div>
This div box has shadow with color #ab7acd
Comments
No comments written yet.
Please login to write comment.