Color spaces of #98464a
RGB | 152 | 70 | 74 |
---|---|---|---|
HSL | 0.99 | 0.37 | 0.44 |
HSV | 357° | 54° | 60° |
CMYK | 0.00 | 0.54 | 0.51 0.40 |
XYZ | 16.3751 | 11.5501 | 7.8449 |
Yxy | 11.5501 | 0.4578 | 0.3229 |
Hunter Lab | 33.9854 | 26.5316 | 10.1038 |
CIE-Lab | 40.4920 | 34.7182 | 14.1777 |
#98464a color RGB value is (152,70,74).
#98464a hex color red value is 152, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #98464a hue: 0.99 , saturation: 0.37 and the lightness value of 98464a is 0.44.
The process color (four color CMYK) of #98464a color hex is 0.00, 0.54, 0.51, 0.40. Web safe color of #98464a is #993333. Color #98464a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01000110 | 01001010 |
Octal | 230 | 106 | 112 |
Decimal | 152 | 70 | 74 |
Hex | 98 | 46 | 4A |
Shades of #98464a
Tints of #98464a
RGB Percentages of Color #98464a
CMYK Percentages of Color #98464a
Complementary Color
#98464a | #469894 |
#98464a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98464a Color Preview on White Background
Lorem ipsum dolor sit amet.
#98464a Color CSS Codes
.mybgcolor {background-color:#98464a; } .myforecolor {color:#98464a; } .mybordercolor {border:3px solid #98464a; }
#98464a Text Font Color
<p style="color:#98464a">Text here</p>
This sample text font color is #98464a
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.
#98464a Background Color
<div style="background-color:#98464a">
Div content here</div>
This div background color is #98464a
#98464a Border Color
<div style="border:3px solid #98464a">
Div here</div>
This div border color is #98464a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,70,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98464a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98464a; -webkit-box-shadow: 1px 1px 3px 2px #98464a; box-shadow: 1px 1px 3px 2px #98464a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,70,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98464a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98464a; -webkit-box-shadow: 1px 1px 3px 2px #98464a; box-shadow: 1px 1px 3px 2px #98464a;">
Div content here</div>
This div box has shadow with color #98464a
Comments
No comments written yet.
Please login to write comment.