Color spaces of #715402
RGB | 113 | 84 | 2 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.23 |
HSV | 44° | 98° | 44° |
CMYK | 0.00 | 0.26 | 0.98 0.56 |
XYZ | 9.9913 | 9.8557 | 1.4332 |
Yxy | 9.8557 | 0.4695 | 0.4631 |
Hunter Lab | 31.3938 | 1.8698 | 19.2689 |
CIE-Lab | 37.5822 | 5.0165 | 45.1610 |
#715402 color RGB value is (113,84,2).
#715402 hex color red value is 113, green value is 84 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #715402 hue: 0.12 , saturation: 0.97 and the lightness value of 715402 is 0.23.
The process color (four color CMYK) of #715402 color hex is 0.00, 0.26, 0.98, 0.56. Web safe color of #715402 is #666600. Color #715402 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01010100 | 00000010 |
Octal | 161 | 124 | 2 |
Decimal | 113 | 84 | 2 |
Hex | 71 | 54 | 2 |
Shades of #715402
Tints of #715402
RGB Percentages of Color #715402
CMYK Percentages of Color #715402
Complementary Color
#715402 | #021f71 |
#715402 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#715402 Color Preview on White Background
Lorem ipsum dolor sit amet.
#715402 Color CSS Codes
.mybgcolor {background-color:#715402; } .myforecolor {color:#715402; } .mybordercolor {border:3px solid #715402; }
#715402 Text Font Color
<p style="color:#715402">Text here</p>
This sample text font color is #715402
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.
#715402 Background Color
<div style="background-color:#715402">
Div content here</div>
This div background color is #715402
#715402 Border Color
<div style="border:3px solid #715402">
Div here</div>
This div border color is #715402
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,84,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #715402; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715402; -webkit-box-shadow: 1px 1px 3px 2px #715402; box-shadow: 1px 1px 3px 2px #715402; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,84,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #715402">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #715402; -webkit-box-shadow: 1px 1px 3px 2px #715402; box-shadow: 1px 1px 3px 2px #715402;">
Div content here</div>
This div box has shadow with color #715402
Comments
No comments written yet.
Please login to write comment.