Color spaces of #7306af
RGB | 115 | 6 | 175 |
---|---|---|---|
HSL | 0.77 | 0.93 | 0.35 |
HSV | 279° | 97° | 69° |
CMYK | 0.34 | 0.97 | 0.00 0.31 |
XYZ | 14.8732 | 6.8702 | 41.0996 |
Yxy | 6.8702 | 0.2367 | 0.1093 |
Hunter Lab | 26.2111 | 55.4186 | -74.6204 |
CIE-Lab | 31.5096 | 64.6553 | -62.6273 |
#7306af color RGB value is (115,6,175).
#7306af hex color red value is 115, green value is 6 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7306af hue: 0.77 , saturation: 0.93 and the lightness value of 7306af is 0.35.
The process color (four color CMYK) of #7306af color hex is 0.34, 0.97, 0.00, 0.31. Web safe color of #7306af is #660099. Color #7306af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00000110 | 10101111 |
Octal | 163 | 6 | 257 |
Decimal | 115 | 6 | 175 |
Hex | 73 | 6 | AF |
Shades of #7306af
Tints of #7306af
RGB Percentages of Color #7306af
CMYK Percentages of Color #7306af
Complementary Color
#7306af | #42af06 |
#7306af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7306af Color Preview on White Background
Lorem ipsum dolor sit amet.
#7306af Color CSS Codes
.mybgcolor {background-color:#7306af; } .myforecolor {color:#7306af; } .mybordercolor {border:3px solid #7306af; }
#7306af Text Font Color
<p style="color:#7306af">Text here</p>
This sample text font color is #7306af
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.
#7306af Background Color
<div style="background-color:#7306af">
Div content here</div>
This div background color is #7306af
#7306af Border Color
<div style="border:3px solid #7306af">
Div here</div>
This div border color is #7306af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,6,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7306af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7306af; -webkit-box-shadow: 1px 1px 3px 2px #7306af; box-shadow: 1px 1px 3px 2px #7306af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,6,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7306af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7306af; -webkit-box-shadow: 1px 1px 3px 2px #7306af; box-shadow: 1px 1px 3px 2px #7306af;">
Div content here</div>
This div box has shadow with color #7306af
Comments
No comments written yet.
Please login to write comment.