Color spaces of #741855
RGB | 116 | 24 | 85 |
---|---|---|---|
HSL | 0.89 | 0.66 | 0.27 |
HSV | 320° | 79° | 45° |
CMYK | 0.00 | 0.79 | 0.27 0.55 |
XYZ | 9.1688 | 5.0221 | 9.0805 |
Yxy | 5.0221 | 0.3940 | 0.2158 |
Hunter Lab | 22.4100 | 33.8136 | -8.3371 |
CIE-Lab | 26.7976 | 44.8401 | -13.5912 |
#741855 color RGB value is (116,24,85).
#741855 hex color red value is 116, green value is 24 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #741855 hue: 0.89 , saturation: 0.66 and the lightness value of 741855 is 0.27.
The process color (four color CMYK) of #741855 color hex is 0.00, 0.79, 0.27, 0.55. Web safe color of #741855 is #660066. Color #741855 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00011000 | 01010101 |
Octal | 164 | 30 | 125 |
Decimal | 116 | 24 | 85 |
Hex | 74 | 18 | 55 |
Shades of #741855
Tints of #741855
RGB Percentages of Color #741855
CMYK Percentages of Color #741855
Complementary Color
#741855 | #187437 |
#741855 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#741855 Color Preview on White Background
Lorem ipsum dolor sit amet.
#741855 Color CSS Codes
.mybgcolor {background-color:#741855; } .myforecolor {color:#741855; } .mybordercolor {border:3px solid #741855; }
#741855 Text Font Color
<p style="color:#741855">Text here</p>
This sample text font color is #741855
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.
#741855 Background Color
<div style="background-color:#741855">
Div content here</div>
This div background color is #741855
#741855 Border Color
<div style="border:3px solid #741855">
Div here</div>
This div border color is #741855
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,24,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #741855; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #741855; -webkit-box-shadow: 1px 1px 3px 2px #741855; box-shadow: 1px 1px 3px 2px #741855; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,24,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #741855">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #741855; -webkit-box-shadow: 1px 1px 3px 2px #741855; box-shadow: 1px 1px 3px 2px #741855;">
Div content here</div>
This div box has shadow with color #741855
Comments
No comments written yet.
Please login to write comment.