Color spaces of #79055a
RGB | 121 | 5 | 90 |
---|---|---|---|
HSL | 0.88 | 0.92 | 0.25 |
HSV | 316° | 96° | 47° |
CMYK | 0.00 | 0.96 | 0.26 0.53 |
XYZ | 9.7849 | 4.9117 | 10.1052 |
Yxy | 4.9117 | 0.3945 | 0.1980 |
Hunter Lab | 22.1624 | 40.0254 | -11.5204 |
CIE-Lab | 26.4817 | 51.2272 | -17.3063 |
#79055a color RGB value is (121,5,90).
#79055a hex color red value is 121, green value is 5 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #79055a hue: 0.88 , saturation: 0.92 and the lightness value of 79055a is 0.25.
The process color (four color CMYK) of #79055a color hex is 0.00, 0.96, 0.26, 0.53. Web safe color of #79055a is #660066. Color #79055a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00000101 | 01011010 |
Octal | 171 | 5 | 132 |
Decimal | 121 | 5 | 90 |
Hex | 79 | 5 | 5A |
Shades of #79055a
Tints of #79055a
RGB Percentages of Color #79055a
CMYK Percentages of Color #79055a
Complementary Color
#79055a | #057924 |
#79055a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79055a Color Preview on White Background
Lorem ipsum dolor sit amet.
#79055a Color CSS Codes
.mybgcolor {background-color:#79055a; } .myforecolor {color:#79055a; } .mybordercolor {border:3px solid #79055a; }
#79055a Text Font Color
<p style="color:#79055a">Text here</p>
This sample text font color is #79055a
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.
#79055a Background Color
<div style="background-color:#79055a">
Div content here</div>
This div background color is #79055a
#79055a Border Color
<div style="border:3px solid #79055a">
Div here</div>
This div border color is #79055a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,5,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79055a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79055a; -webkit-box-shadow: 1px 1px 3px 2px #79055a; box-shadow: 1px 1px 3px 2px #79055a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,5,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79055a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79055a; -webkit-box-shadow: 1px 1px 3px 2px #79055a; box-shadow: 1px 1px 3px 2px #79055a;">
Div content here</div>
This div box has shadow with color #79055a
Comments
No comments written yet.
Please login to write comment.