Color spaces of #ab382b
RGB | 171 | 56 | 43 |
---|---|---|---|
HSL | 0.02 | 0.60 | 0.42 |
HSV | 6° | 75° | 67° |
CMYK | 0.00 | 0.67 | 0.75 0.33 |
XYZ | 18.6448 | 11.6607 | 3.5535 |
Yxy | 11.6607 | 0.5507 | 0.3444 |
Hunter Lab | 34.1478 | 37.7030 | 17.7336 |
CIE-Lab | 40.6717 | 46.2457 | 33.7959 |
#ab382b color RGB value is (171,56,43).
#ab382b hex color red value is 171, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ab382b hue: 0.02 , saturation: 0.60 and the lightness value of ab382b is 0.42.
The process color (four color CMYK) of #ab382b color hex is 0.00, 0.67, 0.75, 0.33. Web safe color of #ab382b is #993333. Color #ab382b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00111000 | 00101011 |
Octal | 253 | 70 | 53 |
Decimal | 171 | 56 | 43 |
Hex | AB | 38 | 2B |
Shades of #ab382b
Tints of #ab382b
RGB Percentages of Color #ab382b
CMYK Percentages of Color #ab382b
Complementary Color
#ab382b | #2b9eab |
#ab382b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab382b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab382b Color CSS Codes
.mybgcolor {background-color:#ab382b; } .myforecolor {color:#ab382b; } .mybordercolor {border:3px solid #ab382b; }
#ab382b Text Font Color
<p style="color:#ab382b">Text here</p>
This sample text font color is #ab382b
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.
#ab382b Background Color
<div style="background-color:#ab382b">
Div content here</div>
This div background color is #ab382b
#ab382b Border Color
<div style="border:3px solid #ab382b">
Div here</div>
This div border color is #ab382b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,56,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab382b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab382b; -webkit-box-shadow: 1px 1px 3px 2px #ab382b; box-shadow: 1px 1px 3px 2px #ab382b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,56,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab382b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab382b; -webkit-box-shadow: 1px 1px 3px 2px #ab382b; box-shadow: 1px 1px 3px 2px #ab382b;">
Div content here</div>
This div box has shadow with color #ab382b
Comments
No comments written yet.
Please login to write comment.