Color spaces of #ab5acd
RGB | 171 | 90 | 205 |
---|---|---|---|
HSL | 0.78 | 0.53 | 0.58 |
HSV | 282° | 56° | 80° |
CMYK | 0.17 | 0.56 | 0.00 0.20 |
XYZ | 31.4702 | 20.3780 | 60.0323 |
Yxy | 20.3780 | 0.2813 | 0.1821 |
Hunter Lab | 45.1420 | 45.4406 | -47.2477 |
CIE-Lab | 52.2619 | 51.6727 | -46.3049 |
#ab5acd color RGB value is (171,90,205).
#ab5acd hex color red value is 171, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ab5acd hue: 0.78 , saturation: 0.53 and the lightness value of ab5acd is 0.58.
The process color (four color CMYK) of #ab5acd color hex is 0.17, 0.56, 0.00, 0.20. Web safe color of #ab5acd is #9966cc. Color #ab5acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01011010 | 11001101 |
Octal | 253 | 132 | 315 |
Decimal | 171 | 90 | 205 |
Hex | AB | 5A | CD |
Shades of #ab5acd
Tints of #ab5acd
RGB Percentages of Color #ab5acd
CMYK Percentages of Color #ab5acd
Complementary Color
#ab5acd | #7ccd5a |
#ab5acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab5acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab5acd Color CSS Codes
.mybgcolor {background-color:#ab5acd; } .myforecolor {color:#ab5acd; } .mybordercolor {border:3px solid #ab5acd; }
#ab5acd Text Font Color
<p style="color:#ab5acd">Text here</p>
This sample text font color is #ab5acd
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.
#ab5acd Background Color
<div style="background-color:#ab5acd">
Div content here</div>
This div background color is #ab5acd
#ab5acd Border Color
<div style="border:3px solid #ab5acd">
Div here</div>
This div border color is #ab5acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,90,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab5acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab5acd; -webkit-box-shadow: 1px 1px 3px 2px #ab5acd; box-shadow: 1px 1px 3px 2px #ab5acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,90,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 #ab5acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab5acd; -webkit-box-shadow: 1px 1px 3px 2px #ab5acd; box-shadow: 1px 1px 3px 2px #ab5acd;">
Div content here</div>
This div box has shadow with color #ab5acd
Comments
No comments written yet.
Please login to write comment.