Color spaces of #ab05eb
RGB | 171 | 5 | 235 |
---|---|---|---|
HSL | 0.79 | 0.96 | 0.47 |
HSV | 283° | 98° | 92° |
CMYK | 0.27 | 0.98 | 0.00 0.08 |
XYZ | 31.8443 | 14.7646 | 79.7687 |
Yxy | 14.7646 | 0.2520 | 0.1168 |
Hunter Lab | 38.4247 | 80.6877 | -96.1871 |
CIE-Lab | 45.3101 | 83.0028 | -74.5895 |
#ab05eb color RGB value is (171,5,235).
#ab05eb hex color red value is 171, green value is 5 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab05eb hue: 0.79 , saturation: 0.96 and the lightness value of ab05eb is 0.47.
The process color (four color CMYK) of #ab05eb color hex is 0.27, 0.98, 0.00, 0.08. Web safe color of #ab05eb is #9900ff. Color #ab05eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00000101 | 11101011 |
Octal | 253 | 5 | 353 |
Decimal | 171 | 5 | 235 |
Hex | AB | 5 | EB |
Shades of #ab05eb
Tints of #ab05eb
RGB Percentages of Color #ab05eb
CMYK Percentages of Color #ab05eb
Complementary Color
#ab05eb | #45eb05 |
#ab05eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab05eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab05eb Color CSS Codes
.mybgcolor {background-color:#ab05eb; } .myforecolor {color:#ab05eb; } .mybordercolor {border:3px solid #ab05eb; }
#ab05eb Text Font Color
<p style="color:#ab05eb">Text here</p>
This sample text font color is #ab05eb
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.
#ab05eb Background Color
<div style="background-color:#ab05eb">
Div content here</div>
This div background color is #ab05eb
#ab05eb Border Color
<div style="border:3px solid #ab05eb">
Div here</div>
This div border color is #ab05eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,5,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab05eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab05eb; -webkit-box-shadow: 1px 1px 3px 2px #ab05eb; box-shadow: 1px 1px 3px 2px #ab05eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,5,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab05eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab05eb; -webkit-box-shadow: 1px 1px 3px 2px #ab05eb; box-shadow: 1px 1px 3px 2px #ab05eb;">
Div content here</div>
This div box has shadow with color #ab05eb
Comments
No comments written yet.
Please login to write comment.