Color spaces of #7806ad
RGB | 120 | 6 | 173 |
---|---|---|---|
HSL | 0.78 | 0.93 | 0.35 |
HSV | 281° | 97° | 68° |
CMYK | 0.31 | 0.97 | 0.00 0.32 |
XYZ | 15.3537 | 7.1404 | 40.1042 |
Yxy | 7.1404 | 0.2453 | 0.1141 |
Hunter Lab | 26.7215 | 55.8002 | -70.2785 |
CIE-Lab | 32.1244 | 64.8759 | -60.3908 |
#7806ad color RGB value is (120,6,173).
#7806ad hex color red value is 120, green value is 6 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7806ad hue: 0.78 , saturation: 0.93 and the lightness value of 7806ad is 0.35.
The process color (four color CMYK) of #7806ad color hex is 0.31, 0.97, 0.00, 0.32. Web safe color of #7806ad is #660099. Color #7806ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00000110 | 10101101 |
Octal | 170 | 6 | 255 |
Decimal | 120 | 6 | 173 |
Hex | 78 | 6 | AD |
Shades of #7806ad
Tints of #7806ad
RGB Percentages of Color #7806ad
CMYK Percentages of Color #7806ad
Complementary Color
#7806ad | #3bad06 |
#7806ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7806ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#7806ad Color CSS Codes
.mybgcolor {background-color:#7806ad; } .myforecolor {color:#7806ad; } .mybordercolor {border:3px solid #7806ad; }
#7806ad Text Font Color
<p style="color:#7806ad">Text here</p>
This sample text font color is #7806ad
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.
#7806ad Background Color
<div style="background-color:#7806ad">
Div content here</div>
This div background color is #7806ad
#7806ad Border Color
<div style="border:3px solid #7806ad">
Div here</div>
This div border color is #7806ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,6,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7806ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7806ad; -webkit-box-shadow: 1px 1px 3px 2px #7806ad; box-shadow: 1px 1px 3px 2px #7806ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,6,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7806ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7806ad; -webkit-box-shadow: 1px 1px 3px 2px #7806ad; box-shadow: 1px 1px 3px 2px #7806ad;">
Div content here</div>
This div box has shadow with color #7806ad
Comments
No comments written yet.
Please login to write comment.