Color spaces of #ab1985
RGB | 171 | 25 | 133 |
---|---|---|---|
HSL | 0.88 | 0.74 | 0.38 |
HSV | 316° | 85° | 67° |
CMYK | 0.00 | 0.85 | 0.22 0.33 |
XYZ | 21.3759 | 11.0466 | 23.1959 |
Yxy | 11.0466 | 0.3843 | 0.1986 |
Hunter Lab | 33.2364 | 56.6380 | -18.1133 |
CIE-Lab | 39.6588 | 64.1554 | -23.4849 |
#ab1985 color RGB value is (171,25,133).
#ab1985 hex color red value is 171, green value is 25 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ab1985 hue: 0.88 , saturation: 0.74 and the lightness value of ab1985 is 0.38.
The process color (four color CMYK) of #ab1985 color hex is 0.00, 0.85, 0.22, 0.33. Web safe color of #ab1985 is #990099. Color #ab1985 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00011001 | 10000101 |
Octal | 253 | 31 | 205 |
Decimal | 171 | 25 | 133 |
Hex | AB | 19 | 85 |
Shades of #ab1985
Tints of #ab1985
RGB Percentages of Color #ab1985
CMYK Percentages of Color #ab1985
Complementary Color
#ab1985 | #19ab3f |
#ab1985 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab1985 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab1985 Color CSS Codes
.mybgcolor {background-color:#ab1985; } .myforecolor {color:#ab1985; } .mybordercolor {border:3px solid #ab1985; }
#ab1985 Text Font Color
<p style="color:#ab1985">Text here</p>
This sample text font color is #ab1985
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.
#ab1985 Background Color
<div style="background-color:#ab1985">
Div content here</div>
This div background color is #ab1985
#ab1985 Border Color
<div style="border:3px solid #ab1985">
Div here</div>
This div border color is #ab1985
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,25,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab1985; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab1985; -webkit-box-shadow: 1px 1px 3px 2px #ab1985; box-shadow: 1px 1px 3px 2px #ab1985; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,25,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab1985">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab1985; -webkit-box-shadow: 1px 1px 3px 2px #ab1985; box-shadow: 1px 1px 3px 2px #ab1985;">
Div content here</div>
This div box has shadow with color #ab1985
Comments
No comments written yet.
Please login to write comment.