Color spaces of #74284e
RGB | 116 | 40 | 78 |
---|---|---|---|
HSL | 0.92 | 0.49 | 0.31 |
HSV | 330° | 66° | 45° |
CMYK | 0.00 | 0.66 | 0.33 0.55 |
XYZ | 9.3364 | 5.7806 | 7.8314 |
Yxy | 5.7806 | 0.4068 | 0.2519 |
Hunter Lab | 24.0429 | 27.2406 | -2.4823 |
CIE-Lab | 28.8520 | 37.3737 | -5.8433 |
#74284e color RGB value is (116,40,78).
#74284e hex color red value is 116, green value is 40 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #74284e hue: 0.92 , saturation: 0.49 and the lightness value of 74284e is 0.31.
The process color (four color CMYK) of #74284e color hex is 0.00, 0.66, 0.33, 0.55. Web safe color of #74284e is #663366. Color #74284e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00101000 | 01001110 |
Octal | 164 | 50 | 116 |
Decimal | 116 | 40 | 78 |
Hex | 74 | 28 | 4E |
Shades of #74284e
Tints of #74284e
RGB Percentages of Color #74284e
CMYK Percentages of Color #74284e
Complementary Color
#74284e | #28744e |
#74284e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74284e Color Preview on White Background
Lorem ipsum dolor sit amet.
#74284e Color CSS Codes
.mybgcolor {background-color:#74284e; } .myforecolor {color:#74284e; } .mybordercolor {border:3px solid #74284e; }
#74284e Text Font Color
<p style="color:#74284e">Text here</p>
This sample text font color is #74284e
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.
#74284e Background Color
<div style="background-color:#74284e">
Div content here</div>
This div background color is #74284e
#74284e Border Color
<div style="border:3px solid #74284e">
Div here</div>
This div border color is #74284e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,40,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74284e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74284e; -webkit-box-shadow: 1px 1px 3px 2px #74284e; box-shadow: 1px 1px 3px 2px #74284e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,40,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74284e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74284e; -webkit-box-shadow: 1px 1px 3px 2px #74284e; box-shadow: 1px 1px 3px 2px #74284e;">
Div content here</div>
This div box has shadow with color #74284e
Comments
No comments written yet.
Please login to write comment.