Color spaces of #ab215b
RGB | 171 | 33 | 91 |
---|---|---|---|
HSL | 0.93 | 0.68 | 0.40 |
HSV | 335° | 81° | 67° |
CMYK | 0.00 | 0.81 | 0.47 0.33 |
XYZ | 19.2268 | 10.5010 | 10.9111 |
Yxy | 10.5010 | 0.4731 | 0.2584 |
Hunter Lab | 32.4052 | 49.1991 | 2.7203 |
CIE-Lab | 38.7270 | 57.6200 | 1.4603 |
#ab215b color RGB value is (171,33,91).
#ab215b hex color red value is 171, green value is 33 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab215b hue: 0.93 , saturation: 0.68 and the lightness value of ab215b is 0.40.
The process color (four color CMYK) of #ab215b color hex is 0.00, 0.81, 0.47, 0.33. Web safe color of #ab215b is #993366. Color #ab215b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00100001 | 01011011 |
Octal | 253 | 41 | 133 |
Decimal | 171 | 33 | 91 |
Hex | AB | 21 | 5B |
Shades of #ab215b
Tints of #ab215b
RGB Percentages of Color #ab215b
CMYK Percentages of Color #ab215b
Complementary Color
#ab215b | #21ab71 |
#ab215b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab215b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab215b Color CSS Codes
.mybgcolor {background-color:#ab215b; } .myforecolor {color:#ab215b; } .mybordercolor {border:3px solid #ab215b; }
#ab215b Text Font Color
<p style="color:#ab215b">Text here</p>
This sample text font color is #ab215b
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.
#ab215b Background Color
<div style="background-color:#ab215b">
Div content here</div>
This div background color is #ab215b
#ab215b Border Color
<div style="border:3px solid #ab215b">
Div here</div>
This div border color is #ab215b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,33,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab215b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab215b; -webkit-box-shadow: 1px 1px 3px 2px #ab215b; box-shadow: 1px 1px 3px 2px #ab215b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,33,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab215b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab215b; -webkit-box-shadow: 1px 1px 3px 2px #ab215b; box-shadow: 1px 1px 3px 2px #ab215b;">
Div content here</div>
This div box has shadow with color #ab215b
Comments
No comments written yet.
Please login to write comment.