Color spaces of #ab413c
RGB | 171 | 65 | 60 |
---|---|---|---|
HSL | 0.01 | 0.48 | 0.45 |
HSV | 3° | 65° | 67° |
CMYK | 0.00 | 0.62 | 0.65 0.33 |
XYZ | 19.5005 | 12.7648 | 5.7110 |
Yxy | 12.7648 | 0.5135 | 0.3361 |
Hunter Lab | 35.7279 | 34.9027 | 15.5322 |
CIE-Lab | 42.4067 | 43.1454 | 25.8359 |
#ab413c color RGB value is (171,65,60).
#ab413c hex color red value is 171, green value is 65 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ab413c hue: 0.01 , saturation: 0.48 and the lightness value of ab413c is 0.45.
The process color (four color CMYK) of #ab413c color hex is 0.00, 0.62, 0.65, 0.33. Web safe color of #ab413c is #993333. Color #ab413c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01000001 | 00111100 |
Octal | 253 | 101 | 74 |
Decimal | 171 | 65 | 60 |
Hex | AB | 41 | 3C |
Shades of #ab413c
Tints of #ab413c
RGB Percentages of Color #ab413c
CMYK Percentages of Color #ab413c
Complementary Color
#ab413c | #3ca6ab |
#ab413c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab413c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab413c Color CSS Codes
.mybgcolor {background-color:#ab413c; } .myforecolor {color:#ab413c; } .mybordercolor {border:3px solid #ab413c; }
#ab413c Text Font Color
<p style="color:#ab413c">Text here</p>
This sample text font color is #ab413c
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.
#ab413c Background Color
<div style="background-color:#ab413c">
Div content here</div>
This div background color is #ab413c
#ab413c Border Color
<div style="border:3px solid #ab413c">
Div here</div>
This div border color is #ab413c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,65,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab413c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab413c; -webkit-box-shadow: 1px 1px 3px 2px #ab413c; box-shadow: 1px 1px 3px 2px #ab413c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,65,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab413c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab413c; -webkit-box-shadow: 1px 1px 3px 2px #ab413c; box-shadow: 1px 1px 3px 2px #ab413c;">
Div content here</div>
This div box has shadow with color #ab413c
Comments
No comments written yet.
Please login to write comment.