Color spaces of #ab70ca
RGB | 171 | 112 | 202 |
---|---|---|---|
HSL | 0.78 | 0.46 | 0.62 |
HSV | 279° | 45° | 79° |
CMYK | 0.15 | 0.45 | 0.00 0.21 |
XYZ | 33.2494 | 24.5105 | 58.8557 |
Yxy | 24.5105 | 0.2851 | 0.2102 |
Hunter Lab | 49.5081 | 33.2406 | -35.8289 |
CIE-Lab | 56.5953 | 39.3938 | -37.7550 |
#ab70ca color RGB value is (171,112,202).
#ab70ca hex color red value is 171, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab70ca hue: 0.78 , saturation: 0.46 and the lightness value of ab70ca is 0.62.
The process color (four color CMYK) of #ab70ca color hex is 0.15, 0.45, 0.00, 0.21. Web safe color of #ab70ca is #9966cc. Color #ab70ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01110000 | 11001010 |
Octal | 253 | 160 | 312 |
Decimal | 171 | 112 | 202 |
Hex | AB | 70 | CA |
Shades of #ab70ca
Tints of #ab70ca
RGB Percentages of Color #ab70ca
CMYK Percentages of Color #ab70ca
Complementary Color
#ab70ca | #8fca70 |
#ab70ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab70ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab70ca Color CSS Codes
.mybgcolor {background-color:#ab70ca; } .myforecolor {color:#ab70ca; } .mybordercolor {border:3px solid #ab70ca; }
#ab70ca Text Font Color
<p style="color:#ab70ca">Text here</p>
This sample text font color is #ab70ca
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.
#ab70ca Background Color
<div style="background-color:#ab70ca">
Div content here</div>
This div background color is #ab70ca
#ab70ca Border Color
<div style="border:3px solid #ab70ca">
Div here</div>
This div border color is #ab70ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,112,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab70ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab70ca; -webkit-box-shadow: 1px 1px 3px 2px #ab70ca; box-shadow: 1px 1px 3px 2px #ab70ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,112,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab70ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab70ca; -webkit-box-shadow: 1px 1px 3px 2px #ab70ca; box-shadow: 1px 1px 3px 2px #ab70ca;">
Div content here</div>
This div box has shadow with color #ab70ca
Comments
No comments written yet.
Please login to write comment.