Color spaces of #ab80ee
RGB | 171 | 128 | 238 |
---|---|---|---|
HSL | 0.73 | 0.76 | 0.72 |
HSV | 263° | 46° | 93° |
CMYK | 0.28 | 0.46 | 0.00 0.07 |
XYZ | 39.9464 | 30.2693 | 84.6261 |
Yxy | 30.2693 | 0.2580 | 0.1955 |
Hunter Lab | 55.0175 | 33.3222 | -52.6856 |
CIE-Lab | 61.8859 | 38.8119 | -49.5983 |
#ab80ee color RGB value is (171,128,238).
#ab80ee hex color red value is 171, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab80ee hue: 0.73 , saturation: 0.76 and the lightness value of ab80ee is 0.72.
The process color (four color CMYK) of #ab80ee color hex is 0.28, 0.46, 0.00, 0.07. Web safe color of #ab80ee is #9999ff. Color #ab80ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000000 | 11101110 |
Octal | 253 | 200 | 356 |
Decimal | 171 | 128 | 238 |
Hex | AB | 80 | EE |
Shades of #ab80ee
Tints of #ab80ee
RGB Percentages of Color #ab80ee
CMYK Percentages of Color #ab80ee
Complementary Color
#ab80ee | #c3ee80 |
#ab80ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab80ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab80ee Color CSS Codes
.mybgcolor {background-color:#ab80ee; } .myforecolor {color:#ab80ee; } .mybordercolor {border:3px solid #ab80ee; }
#ab80ee Text Font Color
<p style="color:#ab80ee">Text here</p>
This sample text font color is #ab80ee
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.
#ab80ee Background Color
<div style="background-color:#ab80ee">
Div content here</div>
This div background color is #ab80ee
#ab80ee Border Color
<div style="border:3px solid #ab80ee">
Div here</div>
This div border color is #ab80ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,128,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab80ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab80ee; -webkit-box-shadow: 1px 1px 3px 2px #ab80ee; box-shadow: 1px 1px 3px 2px #ab80ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,128,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab80ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab80ee; -webkit-box-shadow: 1px 1px 3px 2px #ab80ee; box-shadow: 1px 1px 3px 2px #ab80ee;">
Div content here</div>
This div box has shadow with color #ab80ee
#ab80ee Color Palettes
Comments
No comments written yet.
Please login to write comment.