Color spaces of #79198a
RGB | 121 | 25 | 138 |
---|---|---|---|
HSL | 0.81 | 0.69 | 0.32 |
HSV | 291° | 82° | 54° |
CMYK | 0.12 | 0.82 | 0.00 0.46 |
XYZ | 12.8202 | 6.5952 | 24.6421 |
Yxy | 6.5952 | 0.2910 | 0.1497 |
Hunter Lab | 25.6811 | 44.1665 | -38.9144 |
CIE-Lab | 30.8670 | 54.4091 | -41.0758 |
#79198a color RGB value is (121,25,138).
#79198a hex color red value is 121, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #79198a hue: 0.81 , saturation: 0.69 and the lightness value of 79198a is 0.32.
The process color (four color CMYK) of #79198a color hex is 0.12, 0.82, 0.00, 0.46. Web safe color of #79198a is #660099. Color #79198a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00011001 | 10001010 |
Octal | 171 | 31 | 212 |
Decimal | 121 | 25 | 138 |
Hex | 79 | 19 | 8A |
Shades of #79198a
Tints of #79198a
RGB Percentages of Color #79198a
CMYK Percentages of Color #79198a
Complementary Color
#79198a | #2a8a19 |
#79198a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79198a Color Preview on White Background
Lorem ipsum dolor sit amet.
#79198a Color CSS Codes
.mybgcolor {background-color:#79198a; } .myforecolor {color:#79198a; } .mybordercolor {border:3px solid #79198a; }
#79198a Text Font Color
<p style="color:#79198a">Text here</p>
This sample text font color is #79198a
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.
#79198a Background Color
<div style="background-color:#79198a">
Div content here</div>
This div background color is #79198a
#79198a Border Color
<div style="border:3px solid #79198a">
Div here</div>
This div border color is #79198a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,25,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79198a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79198a; -webkit-box-shadow: 1px 1px 3px 2px #79198a; box-shadow: 1px 1px 3px 2px #79198a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,25,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79198a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79198a; -webkit-box-shadow: 1px 1px 3px 2px #79198a; box-shadow: 1px 1px 3px 2px #79198a;">
Div content here</div>
This div box has shadow with color #79198a
Comments
No comments written yet.
Please login to write comment.