Color spaces of #ab62dc
RGB | 171 | 98 | 220 |
---|---|---|---|
HSL | 0.77 | 0.64 | 0.62 |
HSV | 276° | 55° | 86° |
CMYK | 0.22 | 0.55 | 0.00 0.14 |
XYZ | 34.0805 | 22.5606 | 70.2685 |
Yxy | 22.5606 | 0.2685 | 0.1778 |
Hunter Lab | 47.4980 | 44.9548 | -54.4650 |
CIE-Lab | 54.6168 | 50.8331 | -51.0813 |
#ab62dc color RGB value is (171,98,220).
#ab62dc hex color red value is 171, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab62dc hue: 0.77 , saturation: 0.64 and the lightness value of ab62dc is 0.62.
The process color (four color CMYK) of #ab62dc color hex is 0.22, 0.55, 0.00, 0.14. Web safe color of #ab62dc is #9966cc. Color #ab62dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01100010 | 11011100 |
Octal | 253 | 142 | 334 |
Decimal | 171 | 98 | 220 |
Hex | AB | 62 | DC |
Shades of #ab62dc
Tints of #ab62dc
RGB Percentages of Color #ab62dc
CMYK Percentages of Color #ab62dc
Complementary Color
#ab62dc | #93dc62 |
#ab62dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab62dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab62dc Color CSS Codes
.mybgcolor {background-color:#ab62dc; } .myforecolor {color:#ab62dc; } .mybordercolor {border:3px solid #ab62dc; }
#ab62dc Text Font Color
<p style="color:#ab62dc">Text here</p>
This sample text font color is #ab62dc
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.
#ab62dc Background Color
<div style="background-color:#ab62dc">
Div content here</div>
This div background color is #ab62dc
#ab62dc Border Color
<div style="border:3px solid #ab62dc">
Div here</div>
This div border color is #ab62dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,98,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab62dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab62dc; -webkit-box-shadow: 1px 1px 3px 2px #ab62dc; box-shadow: 1px 1px 3px 2px #ab62dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,98,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab62dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab62dc; -webkit-box-shadow: 1px 1px 3px 2px #ab62dc; box-shadow: 1px 1px 3px 2px #ab62dc;">
Div content here</div>
This div box has shadow with color #ab62dc
Comments
No comments written yet.
Please login to write comment.