Color spaces of #ab355f
RGB | 171 | 53 | 95 |
---|---|---|---|
HSL | 0.94 | 0.53 | 0.44 |
HSV | 339° | 69° | 67° |
CMYK | 0.00 | 0.69 | 0.44 0.33 |
XYZ | 20.1332 | 12.0304 | 12.0874 |
Yxy | 12.0304 | 0.4550 | 0.2719 |
Hunter Lab | 34.6849 | 42.9137 | 3.6173 |
CIE-Lab | 41.2644 | 51.2246 | 2.6101 |
#ab355f color RGB value is (171,53,95).
#ab355f hex color red value is 171, green value is 53 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ab355f hue: 0.94 , saturation: 0.53 and the lightness value of ab355f is 0.44.
The process color (four color CMYK) of #ab355f color hex is 0.00, 0.69, 0.44, 0.33. Web safe color of #ab355f is #993366. Color #ab355f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00110101 | 01011111 |
Octal | 253 | 65 | 137 |
Decimal | 171 | 53 | 95 |
Hex | AB | 35 | 5F |
Shades of #ab355f
Tints of #ab355f
RGB Percentages of Color #ab355f
CMYK Percentages of Color #ab355f
Complementary Color
#ab355f | #35ab81 |
#ab355f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab355f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab355f Color CSS Codes
.mybgcolor {background-color:#ab355f; } .myforecolor {color:#ab355f; } .mybordercolor {border:3px solid #ab355f; }
#ab355f Text Font Color
<p style="color:#ab355f">Text here</p>
This sample text font color is #ab355f
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.
#ab355f Background Color
<div style="background-color:#ab355f">
Div content here</div>
This div background color is #ab355f
#ab355f Border Color
<div style="border:3px solid #ab355f">
Div here</div>
This div border color is #ab355f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,53,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab355f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab355f; -webkit-box-shadow: 1px 1px 3px 2px #ab355f; box-shadow: 1px 1px 3px 2px #ab355f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,53,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab355f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab355f; -webkit-box-shadow: 1px 1px 3px 2px #ab355f; box-shadow: 1px 1px 3px 2px #ab355f;">
Div content here</div>
This div box has shadow with color #ab355f
Comments
No comments written yet.
Please login to write comment.