Color spaces of #aba5dc
RGB | 171 | 165 | 220 |
---|---|---|---|
HSL | 0.68 | 0.44 | 0.75 |
HSV | 247° | 25° | 86° |
CMYK | 0.22 | 0.25 | 0.00 0.14 |
XYZ | 43.1680 | 40.7355 | 73.2977 |
Yxy | 40.7355 | 0.2746 | 0.2591 |
Hunter Lab | 63.8244 | 9.0369 | -23.4132 |
CIE-Lab | 69.9902 | 13.6886 | -27.0241 |
#aba5dc color RGB value is (171,165,220).
#aba5dc hex color red value is 171, green value is 165 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aba5dc hue: 0.68 , saturation: 0.44 and the lightness value of aba5dc is 0.75.
The process color (four color CMYK) of #aba5dc color hex is 0.22, 0.25, 0.00, 0.14. Web safe color of #aba5dc is #9999cc. Color #aba5dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100101 | 11011100 |
Octal | 253 | 245 | 334 |
Decimal | 171 | 165 | 220 |
Hex | AB | A5 | DC |
Shades of #aba5dc
Tints of #aba5dc
RGB Percentages of Color #aba5dc
CMYK Percentages of Color #aba5dc
Complementary Color
#aba5dc | #d6dca5 |
#aba5dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba5dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba5dc Color CSS Codes
.mybgcolor {background-color:#aba5dc; } .myforecolor {color:#aba5dc; } .mybordercolor {border:3px solid #aba5dc; }
#aba5dc Text Font Color
<p style="color:#aba5dc">Text here</p>
This sample text font color is #aba5dc
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.
#aba5dc Background Color
<div style="background-color:#aba5dc">
Div content here</div>
This div background color is #aba5dc
#aba5dc Border Color
<div style="border:3px solid #aba5dc">
Div here</div>
This div border color is #aba5dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,165,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba5dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba5dc; -webkit-box-shadow: 1px 1px 3px 2px #aba5dc; box-shadow: 1px 1px 3px 2px #aba5dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,165,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 #aba5dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba5dc; -webkit-box-shadow: 1px 1px 3px 2px #aba5dc; box-shadow: 1px 1px 3px 2px #aba5dc;">
Div content here</div>
This div box has shadow with color #aba5dc
Comments
No comments written yet.
Please login to write comment.