Color spaces of #aba4fb
RGB | 171 | 164 | 251 |
---|---|---|---|
HSL | 0.68 | 0.92 | 0.81 |
HSV | 245° | 35° | 98° |
CMYK | 0.32 | 0.35 | 0.00 0.02 |
XYZ | 47.4826 | 42.1739 | 96.9046 |
Yxy | 42.1739 | 0.2545 | 0.2261 |
Hunter Lab | 64.9414 | 16.8646 | -43.0126 |
CIE-Lab | 70.9907 | 21.7767 | -42.3953 |
#aba4fb color RGB value is (171,164,251).
#aba4fb hex color red value is 171, green value is 164 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aba4fb hue: 0.68 , saturation: 0.92 and the lightness value of aba4fb is 0.81.
The process color (four color CMYK) of #aba4fb color hex is 0.32, 0.35, 0.00, 0.02. Web safe color of #aba4fb is #9999ff. Color #aba4fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100100 | 11111011 |
Octal | 253 | 244 | 373 |
Decimal | 171 | 164 | 251 |
Hex | AB | A4 | FB |
Shades of #aba4fb
Tints of #aba4fb
RGB Percentages of Color #aba4fb
CMYK Percentages of Color #aba4fb
Complementary Color
#aba4fb | #f4fba4 |
#aba4fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba4fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba4fb Color CSS Codes
.mybgcolor {background-color:#aba4fb; } .myforecolor {color:#aba4fb; } .mybordercolor {border:3px solid #aba4fb; }
#aba4fb Text Font Color
<p style="color:#aba4fb">Text here</p>
This sample text font color is #aba4fb
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.
#aba4fb Background Color
<div style="background-color:#aba4fb">
Div content here</div>
This div background color is #aba4fb
#aba4fb Border Color
<div style="border:3px solid #aba4fb">
Div here</div>
This div border color is #aba4fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,164,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba4fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba4fb; -webkit-box-shadow: 1px 1px 3px 2px #aba4fb; box-shadow: 1px 1px 3px 2px #aba4fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,164,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba4fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba4fb; -webkit-box-shadow: 1px 1px 3px 2px #aba4fb; box-shadow: 1px 1px 3px 2px #aba4fb;">
Div content here</div>
This div box has shadow with color #aba4fb
Comments
No comments written yet.
Please login to write comment.