Color spaces of #87480a
RGB | 135 | 72 | 10 |
---|---|---|---|
HSL | 0.08 | 0.86 | 0.28 |
HSV | 30° | 93° | 53° |
CMYK | 0.00 | 0.47 | 0.93 0.47 |
XYZ | 12.3638 | 9.8075 | 1.5286 |
Yxy | 9.8075 | 0.5217 | 0.4138 |
Hunter Lab | 31.3169 | 15.6665 | 19.0279 |
CIE-Lab | 37.4947 | 22.7618 | 43.9848 |
#87480a color RGB value is (135,72,10).
#87480a hex color red value is 135, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #87480a hue: 0.08 , saturation: 0.86 and the lightness value of 87480a is 0.28.
The process color (four color CMYK) of #87480a color hex is 0.00, 0.47, 0.93, 0.47. Web safe color of #87480a is #993300. Color #87480a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01001000 | 00001010 |
Octal | 207 | 110 | 12 |
Decimal | 135 | 72 | 10 |
Hex | 87 | 48 | A |
Shades of #87480a
Tints of #87480a
RGB Percentages of Color #87480a
CMYK Percentages of Color #87480a
Complementary Color
#87480a | #0a4987 |
#87480a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87480a Color Preview on White Background
Lorem ipsum dolor sit amet.
#87480a Color CSS Codes
.mybgcolor {background-color:#87480a; } .myforecolor {color:#87480a; } .mybordercolor {border:3px solid #87480a; }
#87480a Text Font Color
<p style="color:#87480a">Text here</p>
This sample text font color is #87480a
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.
#87480a Background Color
<div style="background-color:#87480a">
Div content here</div>
This div background color is #87480a
#87480a Border Color
<div style="border:3px solid #87480a">
Div here</div>
This div border color is #87480a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,72,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87480a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87480a; -webkit-box-shadow: 1px 1px 3px 2px #87480a; box-shadow: 1px 1px 3px 2px #87480a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,72,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87480a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87480a; -webkit-box-shadow: 1px 1px 3px 2px #87480a; box-shadow: 1px 1px 3px 2px #87480a;">
Div content here</div>
This div box has shadow with color #87480a
Comments
No comments written yet.
Please login to write comment.