Color spaces of #7362ae
RGB | 115 | 98 | 174 |
---|---|---|---|
HSL | 0.70 | 0.32 | 0.53 |
HSV | 253° | 44° | 68° |
CMYK | 0.34 | 0.44 | 0.00 0.32 |
XYZ | 19.0779 | 15.4362 | 42.0184 |
Yxy | 15.4362 | 0.2493 | 0.2017 |
Hunter Lab | 39.2889 | 17.9203 | -35.9067 |
CIE-Lab | 46.2259 | 24.5373 | -38.3234 |
#7362ae color RGB value is (115,98,174).
#7362ae hex color red value is 115, green value is 98 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7362ae hue: 0.70 , saturation: 0.32 and the lightness value of 7362ae is 0.53.
The process color (four color CMYK) of #7362ae color hex is 0.34, 0.44, 0.00, 0.32. Web safe color of #7362ae is #666699. Color #7362ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01100010 | 10101110 |
Octal | 163 | 142 | 256 |
Decimal | 115 | 98 | 174 |
Hex | 73 | 62 | AE |
Shades of #7362ae
Tints of #7362ae
RGB Percentages of Color #7362ae
CMYK Percentages of Color #7362ae
Complementary Color
#7362ae | #9dae62 |
#7362ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7362ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#7362ae Color CSS Codes
.mybgcolor {background-color:#7362ae; } .myforecolor {color:#7362ae; } .mybordercolor {border:3px solid #7362ae; }
#7362ae Text Font Color
<p style="color:#7362ae">Text here</p>
This sample text font color is #7362ae
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.
#7362ae Background Color
<div style="background-color:#7362ae">
Div content here</div>
This div background color is #7362ae
#7362ae Border Color
<div style="border:3px solid #7362ae">
Div here</div>
This div border color is #7362ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,98,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7362ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7362ae; -webkit-box-shadow: 1px 1px 3px 2px #7362ae; box-shadow: 1px 1px 3px 2px #7362ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,98,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7362ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7362ae; -webkit-box-shadow: 1px 1px 3px 2px #7362ae; box-shadow: 1px 1px 3px 2px #7362ae;">
Div content here</div>
This div box has shadow with color #7362ae
Comments
No comments written yet.
Please login to write comment.