Color spaces of #aba2dc
RGB | 171 | 162 | 220 |
---|---|---|---|
HSL | 0.69 | 0.45 | 0.75 |
HSV | 249° | 26° | 86° |
CMYK | 0.22 | 0.26 | 0.00 0.14 |
XYZ | 42.6332 | 39.6659 | 73.1194 |
Yxy | 39.6659 | 0.2743 | 0.2552 |
Hunter Lab | 62.9809 | 10.6142 | -24.7478 |
CIE-Lab | 69.2309 | 15.3678 | -28.1910 |
#aba2dc color RGB value is (171,162,220).
#aba2dc hex color red value is 171, green value is 162 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aba2dc hue: 0.69 , saturation: 0.45 and the lightness value of aba2dc is 0.75.
The process color (four color CMYK) of #aba2dc color hex is 0.22, 0.26, 0.00, 0.14. Web safe color of #aba2dc is #9999cc. Color #aba2dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100010 | 11011100 |
Octal | 253 | 242 | 334 |
Decimal | 171 | 162 | 220 |
Hex | AB | A2 | DC |
Shades of #aba2dc
Tints of #aba2dc
RGB Percentages of Color #aba2dc
CMYK Percentages of Color #aba2dc
Complementary Color
#aba2dc | #d3dca2 |
#aba2dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba2dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba2dc Color CSS Codes
.mybgcolor {background-color:#aba2dc; } .myforecolor {color:#aba2dc; } .mybordercolor {border:3px solid #aba2dc; }
#aba2dc Text Font Color
<p style="color:#aba2dc">Text here</p>
This sample text font color is #aba2dc
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.
#aba2dc Background Color
<div style="background-color:#aba2dc">
Div content here</div>
This div background color is #aba2dc
#aba2dc Border Color
<div style="border:3px solid #aba2dc">
Div here</div>
This div border color is #aba2dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,162,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba2dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba2dc; -webkit-box-shadow: 1px 1px 3px 2px #aba2dc; box-shadow: 1px 1px 3px 2px #aba2dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,162,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 #aba2dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba2dc; -webkit-box-shadow: 1px 1px 3px 2px #aba2dc; box-shadow: 1px 1px 3px 2px #aba2dc;">
Div content here</div>
This div box has shadow with color #aba2dc
Comments
No comments written yet.
Please login to write comment.