Color spaces of #ab5fdf
RGB | 171 | 95 | 223 |
---|---|---|---|
HSL | 0.77 | 0.67 | 0.62 |
HSV | 276° | 57° | 87° |
CMYK | 0.23 | 0.57 | 0.00 0.13 |
XYZ | 34.2061 | 22.1701 | 72.2884 |
Yxy | 22.1701 | 0.2659 | 0.1723 |
Hunter Lab | 47.0851 | 47.2765 | -58.0666 |
CIE-Lab | 54.2070 | 53.0354 | -53.4283 |
#ab5fdf color RGB value is (171,95,223).
#ab5fdf hex color red value is 171, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab5fdf hue: 0.77 , saturation: 0.67 and the lightness value of ab5fdf is 0.62.
The process color (four color CMYK) of #ab5fdf color hex is 0.23, 0.57, 0.00, 0.13. Web safe color of #ab5fdf is #9966cc. Color #ab5fdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01011111 | 11011111 |
Octal | 253 | 137 | 337 |
Decimal | 171 | 95 | 223 |
Hex | AB | 5F | DF |
Shades of #ab5fdf
Tints of #ab5fdf
RGB Percentages of Color #ab5fdf
CMYK Percentages of Color #ab5fdf
Complementary Color
#ab5fdf | #93df5f |
#ab5fdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab5fdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab5fdf Color CSS Codes
.mybgcolor {background-color:#ab5fdf; } .myforecolor {color:#ab5fdf; } .mybordercolor {border:3px solid #ab5fdf; }
#ab5fdf Text Font Color
<p style="color:#ab5fdf">Text here</p>
This sample text font color is #ab5fdf
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.
#ab5fdf Background Color
<div style="background-color:#ab5fdf">
Div content here</div>
This div background color is #ab5fdf
#ab5fdf Border Color
<div style="border:3px solid #ab5fdf">
Div here</div>
This div border color is #ab5fdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,95,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab5fdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab5fdf; -webkit-box-shadow: 1px 1px 3px 2px #ab5fdf; box-shadow: 1px 1px 3px 2px #ab5fdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,95,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab5fdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab5fdf; -webkit-box-shadow: 1px 1px 3px 2px #ab5fdf; box-shadow: 1px 1px 3px 2px #ab5fdf;">
Div content here</div>
This div box has shadow with color #ab5fdf
Comments
No comments written yet.
Please login to write comment.