Color spaces of #ab90bf
RGB | 171 | 144 | 191 |
---|---|---|---|
HSL | 0.76 | 0.27 | 0.66 |
HSV | 274° | 25° | 75° |
CMYK | 0.10 | 0.25 | 0.00 0.25 |
XYZ | 36.1718 | 32.3660 | 53.6310 |
Yxy | 32.3660 | 0.2961 | 0.2649 |
Hunter Lab | 56.8911 | 13.9322 | -16.0686 |
CIE-Lab | 63.6442 | 19.0439 | -20.6308 |
#ab90bf color RGB value is (171,144,191).
#ab90bf hex color red value is 171, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab90bf hue: 0.76 , saturation: 0.27 and the lightness value of ab90bf is 0.66.
The process color (four color CMYK) of #ab90bf color hex is 0.10, 0.25, 0.00, 0.25. Web safe color of #ab90bf is #9999cc. Color #ab90bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010000 | 10111111 |
Octal | 253 | 220 | 277 |
Decimal | 171 | 144 | 191 |
Hex | AB | 90 | BF |
Shades of #ab90bf
Tints of #ab90bf
RGB Percentages of Color #ab90bf
CMYK Percentages of Color #ab90bf
Complementary Color
#ab90bf | #a4bf90 |
#ab90bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab90bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab90bf Color CSS Codes
.mybgcolor {background-color:#ab90bf; } .myforecolor {color:#ab90bf; } .mybordercolor {border:3px solid #ab90bf; }
#ab90bf Text Font Color
<p style="color:#ab90bf">Text here</p>
This sample text font color is #ab90bf
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.
#ab90bf Background Color
<div style="background-color:#ab90bf">
Div content here</div>
This div background color is #ab90bf
#ab90bf Border Color
<div style="border:3px solid #ab90bf">
Div here</div>
This div border color is #ab90bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,144,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab90bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab90bf; -webkit-box-shadow: 1px 1px 3px 2px #ab90bf; box-shadow: 1px 1px 3px 2px #ab90bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,144,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab90bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab90bf; -webkit-box-shadow: 1px 1px 3px 2px #ab90bf; box-shadow: 1px 1px 3px 2px #ab90bf;">
Div content here</div>
This div box has shadow with color #ab90bf
#ab90bf Color Palettes
Comments
No comments written yet.
Please login to write comment.