Color spaces of #793266
RGB | 121 | 50 | 102 |
---|---|---|---|
HSL | 0.88 | 0.42 | 0.34 |
HSV | 316° | 59° | 47° |
CMYK | 0.00 | 0.59 | 0.16 0.53 |
XYZ | 11.4240 | 7.3055 | 13.3784 |
Yxy | 7.3055 | 0.3558 | 0.2275 |
Hunter Lab | 27.0287 | 28.1450 | -10.4267 |
CIE-Lab | 32.4925 | 37.7340 | -15.8208 |
#793266 color RGB value is (121,50,102).
#793266 hex color red value is 121, green value is 50 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #793266 hue: 0.88 , saturation: 0.42 and the lightness value of 793266 is 0.34.
The process color (four color CMYK) of #793266 color hex is 0.00, 0.59, 0.16, 0.53. Web safe color of #793266 is #663366. Color #793266 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00110010 | 01100110 |
Octal | 171 | 62 | 146 |
Decimal | 121 | 50 | 102 |
Hex | 79 | 32 | 66 |
Shades of #793266
Tints of #793266
RGB Percentages of Color #793266
CMYK Percentages of Color #793266
Complementary Color
#793266 | #327945 |
#793266 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#793266 Color Preview on White Background
Lorem ipsum dolor sit amet.
#793266 Color CSS Codes
.mybgcolor {background-color:#793266; } .myforecolor {color:#793266; } .mybordercolor {border:3px solid #793266; }
#793266 Text Font Color
<p style="color:#793266">Text here</p>
This sample text font color is #793266
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.
#793266 Background Color
<div style="background-color:#793266">
Div content here</div>
This div background color is #793266
#793266 Border Color
<div style="border:3px solid #793266">
Div here</div>
This div border color is #793266
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,50,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #793266; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #793266; -webkit-box-shadow: 1px 1px 3px 2px #793266; box-shadow: 1px 1px 3px 2px #793266; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,50,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #793266">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #793266; -webkit-box-shadow: 1px 1px 3px 2px #793266; box-shadow: 1px 1px 3px 2px #793266;">
Div content here</div>
This div box has shadow with color #793266
Comments
No comments written yet.
Please login to write comment.