Color spaces of #75024e
RGB | 117 | 2 | 78 |
---|---|---|---|
HSL | 0.89 | 0.97 | 0.23 |
HSV | 320° | 98° | 46° |
CMYK | 0.00 | 0.98 | 0.33 0.54 |
XYZ | 8.7330 | 4.3754 | 7.5920 |
Yxy | 4.3754 | 0.4219 | 0.2114 |
Hunter Lab | 20.9175 | 37.9179 | -6.8771 |
CIE-Lab | 24.8756 | 49.4326 | -11.8430 |
#75024e color RGB value is (117,2,78).
#75024e hex color red value is 117, green value is 2 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #75024e hue: 0.89 , saturation: 0.97 and the lightness value of 75024e is 0.23.
The process color (four color CMYK) of #75024e color hex is 0.00, 0.98, 0.33, 0.54. Web safe color of #75024e is #660066. Color #75024e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00000010 | 01001110 |
Octal | 165 | 2 | 116 |
Decimal | 117 | 2 | 78 |
Hex | 75 | 2 | 4E |
Shades of #75024e
Tints of #75024e
RGB Percentages of Color #75024e
CMYK Percentages of Color #75024e
Complementary Color
#75024e | #027529 |
#75024e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#75024e Color Preview on White Background
Lorem ipsum dolor sit amet.
#75024e Color CSS Codes
.mybgcolor {background-color:#75024e; } .myforecolor {color:#75024e; } .mybordercolor {border:3px solid #75024e; }
#75024e Text Font Color
<p style="color:#75024e">Text here</p>
This sample text font color is #75024e
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.
#75024e Background Color
<div style="background-color:#75024e">
Div content here</div>
This div background color is #75024e
#75024e Border Color
<div style="border:3px solid #75024e">
Div here</div>
This div border color is #75024e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,2,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #75024e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75024e; -webkit-box-shadow: 1px 1px 3px 2px #75024e; box-shadow: 1px 1px 3px 2px #75024e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,2,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 #75024e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #75024e; -webkit-box-shadow: 1px 1px 3px 2px #75024e; box-shadow: 1px 1px 3px 2px #75024e;">
Div content here</div>
This div box has shadow with color #75024e
Comments
No comments written yet.
Please login to write comment.