Color spaces of #ab2dbe
RGB | 171 | 45 | 190 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.46 |
HSV | 292° | 76° | 75° |
CMYK | 0.10 | 0.76 | 0.00 0.25 |
XYZ | 27.0272 | 14.2524 | 50.0417 |
Yxy | 14.2524 | 0.2960 | 0.1561 |
Hunter Lab | 37.7524 | 61.7229 | -52.1638 |
CIE-Lab | 44.5927 | 67.6186 | -49.8729 |
#ab2dbe color RGB value is (171,45,190).
#ab2dbe hex color red value is 171, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab2dbe hue: 0.81 , saturation: 0.62 and the lightness value of ab2dbe is 0.46.
The process color (four color CMYK) of #ab2dbe color hex is 0.10, 0.76, 0.00, 0.25. Web safe color of #ab2dbe is #9933cc. Color #ab2dbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00101101 | 10111110 |
Octal | 253 | 55 | 276 |
Decimal | 171 | 45 | 190 |
Hex | AB | 2D | BE |
Shades of #ab2dbe
Tints of #ab2dbe
RGB Percentages of Color #ab2dbe
CMYK Percentages of Color #ab2dbe
Complementary Color
#ab2dbe | #40be2d |
#ab2dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab2dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab2dbe Color CSS Codes
.mybgcolor {background-color:#ab2dbe; } .myforecolor {color:#ab2dbe; } .mybordercolor {border:3px solid #ab2dbe; }
#ab2dbe Text Font Color
<p style="color:#ab2dbe">Text here</p>
This sample text font color is #ab2dbe
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.
#ab2dbe Background Color
<div style="background-color:#ab2dbe">
Div content here</div>
This div background color is #ab2dbe
#ab2dbe Border Color
<div style="border:3px solid #ab2dbe">
Div here</div>
This div border color is #ab2dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,45,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab2dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab2dbe; -webkit-box-shadow: 1px 1px 3px 2px #ab2dbe; box-shadow: 1px 1px 3px 2px #ab2dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,45,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab2dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab2dbe; -webkit-box-shadow: 1px 1px 3px 2px #ab2dbe; box-shadow: 1px 1px 3px 2px #ab2dbe;">
Div content here</div>
This div box has shadow with color #ab2dbe
Comments
No comments written yet.
Please login to write comment.