Color spaces of #ab3191
RGB | 171 | 49 | 145 |
---|---|---|---|
HSL | 0.87 | 0.55 | 0.43 |
HSV | 313° | 71° | 67° |
CMYK | 0.00 | 0.71 | 0.15 0.33 |
XYZ | 23.0037 | 12.8989 | 28.0654 |
Yxy | 12.8989 | 0.3596 | 0.2016 |
Hunter Lab | 35.9150 | 51.4785 | -21.1910 |
CIE-Lab | 42.6105 | 58.9630 | -26.2294 |
#ab3191 color RGB value is (171,49,145).
#ab3191 hex color red value is 171, green value is 49 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ab3191 hue: 0.87 , saturation: 0.55 and the lightness value of ab3191 is 0.43.
The process color (four color CMYK) of #ab3191 color hex is 0.00, 0.71, 0.15, 0.33. Web safe color of #ab3191 is #993399. Color #ab3191 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00110001 | 10010001 |
Octal | 253 | 61 | 221 |
Decimal | 171 | 49 | 145 |
Hex | AB | 31 | 91 |
Shades of #ab3191
Tints of #ab3191
RGB Percentages of Color #ab3191
CMYK Percentages of Color #ab3191
Complementary Color
#ab3191 | #31ab4b |
#ab3191 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab3191 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab3191 Color CSS Codes
.mybgcolor {background-color:#ab3191; } .myforecolor {color:#ab3191; } .mybordercolor {border:3px solid #ab3191; }
#ab3191 Text Font Color
<p style="color:#ab3191">Text here</p>
This sample text font color is #ab3191
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.
#ab3191 Background Color
<div style="background-color:#ab3191">
Div content here</div>
This div background color is #ab3191
#ab3191 Border Color
<div style="border:3px solid #ab3191">
Div here</div>
This div border color is #ab3191
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,49,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab3191; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab3191; -webkit-box-shadow: 1px 1px 3px 2px #ab3191; box-shadow: 1px 1px 3px 2px #ab3191; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,49,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab3191">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab3191; -webkit-box-shadow: 1px 1px 3px 2px #ab3191; box-shadow: 1px 1px 3px 2px #ab3191;">
Div content here</div>
This div box has shadow with color #ab3191
Comments
No comments written yet.
Please login to write comment.