Color spaces of #ab7bdf
RGB | 171 | 123 | 223 |
---|---|---|---|
HSL | 0.75 | 0.61 | 0.68 |
HSV | 269° | 45° | 87° |
CMYK | 0.23 | 0.45 | 0.00 0.13 |
XYZ | 37.1968 | 28.1516 | 73.2853 |
Yxy | 28.1516 | 0.2683 | 0.2031 |
Hunter Lab | 53.0581 | 32.2872 | -44.7523 |
CIE-Lab | 60.0255 | 38.0328 | -44.1949 |
#ab7bdf color RGB value is (171,123,223).
#ab7bdf hex color red value is 171, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab7bdf hue: 0.75 , saturation: 0.61 and the lightness value of ab7bdf is 0.68.
The process color (four color CMYK) of #ab7bdf color hex is 0.23, 0.45, 0.00, 0.13. Web safe color of #ab7bdf is #9966cc. Color #ab7bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01111011 | 11011111 |
Octal | 253 | 173 | 337 |
Decimal | 171 | 123 | 223 |
Hex | AB | 7B | DF |
Shades of #ab7bdf
Tints of #ab7bdf
RGB Percentages of Color #ab7bdf
CMYK Percentages of Color #ab7bdf
Complementary Color
#ab7bdf | #afdf7b |
#ab7bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab7bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab7bdf Color CSS Codes
.mybgcolor {background-color:#ab7bdf; } .myforecolor {color:#ab7bdf; } .mybordercolor {border:3px solid #ab7bdf; }
#ab7bdf Text Font Color
<p style="color:#ab7bdf">Text here</p>
This sample text font color is #ab7bdf
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.
#ab7bdf Background Color
<div style="background-color:#ab7bdf">
Div content here</div>
This div background color is #ab7bdf
#ab7bdf Border Color
<div style="border:3px solid #ab7bdf">
Div here</div>
This div border color is #ab7bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,123,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab7bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab7bdf; -webkit-box-shadow: 1px 1px 3px 2px #ab7bdf; box-shadow: 1px 1px 3px 2px #ab7bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,123,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 #ab7bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab7bdf; -webkit-box-shadow: 1px 1px 3px 2px #ab7bdf; box-shadow: 1px 1px 3px 2px #ab7bdf;">
Div content here</div>
This div box has shadow with color #ab7bdf
Comments
No comments written yet.
Please login to write comment.