Color spaces of #ab0287
RGB | 171 | 2 | 135 |
---|---|---|---|
HSL | 0.87 | 0.98 | 0.34 |
HSV | 313° | 99° | 67° |
CMYK | 0.00 | 0.99 | 0.21 0.33 |
XYZ | 21.1895 | 10.4506 | 23.8220 |
Yxy | 10.4506 | 0.3821 | 0.1884 |
Hunter Lab | 32.3274 | 60.4277 | -21.0615 |
CIE-Lab | 38.6393 | 67.6636 | -26.3079 |
#ab0287 color RGB value is (171,2,135).
#ab0287 hex color red value is 171, green value is 2 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ab0287 hue: 0.87 , saturation: 0.98 and the lightness value of ab0287 is 0.34.
The process color (four color CMYK) of #ab0287 color hex is 0.00, 0.99, 0.21, 0.33. Web safe color of #ab0287 is #990099. Color #ab0287 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00000010 | 10000111 |
Octal | 253 | 2 | 207 |
Decimal | 171 | 2 | 135 |
Hex | AB | 2 | 87 |
Shades of #ab0287
Tints of #ab0287
RGB Percentages of Color #ab0287
CMYK Percentages of Color #ab0287
Complementary Color
#ab0287 | #02ab26 |
#ab0287 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab0287 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab0287 Color CSS Codes
.mybgcolor {background-color:#ab0287; } .myforecolor {color:#ab0287; } .mybordercolor {border:3px solid #ab0287; }
#ab0287 Text Font Color
<p style="color:#ab0287">Text here</p>
This sample text font color is #ab0287
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.
#ab0287 Background Color
<div style="background-color:#ab0287">
Div content here</div>
This div background color is #ab0287
#ab0287 Border Color
<div style="border:3px solid #ab0287">
Div here</div>
This div border color is #ab0287
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,2,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab0287; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab0287; -webkit-box-shadow: 1px 1px 3px 2px #ab0287; box-shadow: 1px 1px 3px 2px #ab0287; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,2,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab0287">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab0287; -webkit-box-shadow: 1px 1px 3px 2px #ab0287; box-shadow: 1px 1px 3px 2px #ab0287;">
Div content here</div>
This div box has shadow with color #ab0287
Comments
No comments written yet.
Please login to write comment.