Color spaces of #ab25ba
RGB | 171 | 37 | 186 |
---|---|---|---|
HSL | 0.82 | 0.67 | 0.44 |
HSV | 294° | 80° | 73° |
CMYK | 0.08 | 0.80 | 0.00 0.27 |
XYZ | 26.3191 | 13.5262 | 47.6780 |
Yxy | 13.5262 | 0.3007 | 0.1545 |
Hunter Lab | 36.7780 | 63.3769 | -51.1174 |
CIE-Lab | 43.5456 | 69.2352 | -49.2088 |
#ab25ba color RGB value is (171,37,186).
#ab25ba hex color red value is 171, green value is 37 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab25ba hue: 0.82 , saturation: 0.67 and the lightness value of ab25ba is 0.44.
The process color (four color CMYK) of #ab25ba color hex is 0.08, 0.80, 0.00, 0.27. Web safe color of #ab25ba is #9933cc. Color #ab25ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00100101 | 10111010 |
Octal | 253 | 45 | 272 |
Decimal | 171 | 37 | 186 |
Hex | AB | 25 | BA |
Shades of #ab25ba
Tints of #ab25ba
RGB Percentages of Color #ab25ba
CMYK Percentages of Color #ab25ba
Complementary Color
#ab25ba | #34ba25 |
#ab25ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab25ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab25ba Color CSS Codes
.mybgcolor {background-color:#ab25ba; } .myforecolor {color:#ab25ba; } .mybordercolor {border:3px solid #ab25ba; }
#ab25ba Text Font Color
<p style="color:#ab25ba">Text here</p>
This sample text font color is #ab25ba
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.
#ab25ba Background Color
<div style="background-color:#ab25ba">
Div content here</div>
This div background color is #ab25ba
#ab25ba Border Color
<div style="border:3px solid #ab25ba">
Div here</div>
This div border color is #ab25ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,37,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab25ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab25ba; -webkit-box-shadow: 1px 1px 3px 2px #ab25ba; box-shadow: 1px 1px 3px 2px #ab25ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,37,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 #ab25ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab25ba; -webkit-box-shadow: 1px 1px 3px 2px #ab25ba; box-shadow: 1px 1px 3px 2px #ab25ba;">
Div content here</div>
This div box has shadow with color #ab25ba
Comments
No comments written yet.
Please login to write comment.