Color spaces of #ab2dba
RGB | 171 | 45 | 186 |
---|---|---|---|
HSL | 0.82 | 0.61 | 0.45 |
HSV | 294° | 76° | 73° |
CMYK | 0.08 | 0.76 | 0.00 0.27 |
XYZ | 26.5959 | 14.0799 | 47.7703 |
Yxy | 14.0799 | 0.3007 | 0.1592 |
Hunter Lab | 37.5232 | 60.8526 | -49.2151 |
CIE-Lab | 44.3473 | 66.9182 | -47.9246 |
#ab2dba color RGB value is (171,45,186).
#ab2dba hex color red value is 171, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab2dba hue: 0.82 , saturation: 0.61 and the lightness value of ab2dba is 0.45.
The process color (four color CMYK) of #ab2dba color hex is 0.08, 0.76, 0.00, 0.27. Web safe color of #ab2dba is #9933cc. Color #ab2dba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00101101 | 10111010 |
Octal | 253 | 55 | 272 |
Decimal | 171 | 45 | 186 |
Hex | AB | 2D | BA |
Shades of #ab2dba
Tints of #ab2dba
RGB Percentages of Color #ab2dba
CMYK Percentages of Color #ab2dba
Complementary Color
#ab2dba | #3cba2d |
#ab2dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab2dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab2dba Color CSS Codes
.mybgcolor {background-color:#ab2dba; } .myforecolor {color:#ab2dba; } .mybordercolor {border:3px solid #ab2dba; }
#ab2dba Text Font Color
<p style="color:#ab2dba">Text here</p>
This sample text font color is #ab2dba
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.
#ab2dba Background Color
<div style="background-color:#ab2dba">
Div content here</div>
This div background color is #ab2dba
#ab2dba Border Color
<div style="border:3px solid #ab2dba">
Div here</div>
This div border color is #ab2dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,45,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab2dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab2dba; -webkit-box-shadow: 1px 1px 3px 2px #ab2dba; box-shadow: 1px 1px 3px 2px #ab2dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,45,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab2dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab2dba; -webkit-box-shadow: 1px 1px 3px 2px #ab2dba; box-shadow: 1px 1px 3px 2px #ab2dba;">
Div content here</div>
This div box has shadow with color #ab2dba
Comments
No comments written yet.
Please login to write comment.