Color spaces of #ab6cda
RGB | 171 | 108 | 218 |
---|---|---|---|
HSL | 0.76 | 0.60 | 0.64 |
HSV | 274° | 50° | 85° |
CMYK | 0.22 | 0.50 | 0.00 0.15 |
XYZ | 34.8120 | 24.4450 | 69.2132 |
Yxy | 24.4450 | 0.2710 | 0.1903 |
Hunter Lab | 49.4419 | 39.1584 | -48.3902 |
CIE-Lab | 56.5306 | 45.1075 | -46.9120 |
#ab6cda color RGB value is (171,108,218).
#ab6cda hex color red value is 171, green value is 108 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab6cda hue: 0.76 , saturation: 0.60 and the lightness value of ab6cda is 0.64.
The process color (four color CMYK) of #ab6cda color hex is 0.22, 0.50, 0.00, 0.15. Web safe color of #ab6cda is #9966cc. Color #ab6cda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01101100 | 11011010 |
Octal | 253 | 154 | 332 |
Decimal | 171 | 108 | 218 |
Hex | AB | 6C | DA |
Shades of #ab6cda
Tints of #ab6cda
RGB Percentages of Color #ab6cda
CMYK Percentages of Color #ab6cda
Complementary Color
#ab6cda | #9bda6c |
#ab6cda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab6cda Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab6cda Color CSS Codes
.mybgcolor {background-color:#ab6cda; } .myforecolor {color:#ab6cda; } .mybordercolor {border:3px solid #ab6cda; }
#ab6cda Text Font Color
<p style="color:#ab6cda">Text here</p>
This sample text font color is #ab6cda
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.
#ab6cda Background Color
<div style="background-color:#ab6cda">
Div content here</div>
This div background color is #ab6cda
#ab6cda Border Color
<div style="border:3px solid #ab6cda">
Div here</div>
This div border color is #ab6cda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,108,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab6cda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab6cda; -webkit-box-shadow: 1px 1px 3px 2px #ab6cda; box-shadow: 1px 1px 3px 2px #ab6cda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,108,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab6cda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab6cda; -webkit-box-shadow: 1px 1px 3px 2px #ab6cda; box-shadow: 1px 1px 3px 2px #ab6cda;">
Div content here</div>
This div box has shadow with color #ab6cda
Comments
No comments written yet.
Please login to write comment.