Color spaces of #7393cc
RGB | 115 | 147 | 204 |
---|---|---|---|
HSL | 0.61 | 0.47 | 0.63 |
HSV | 218° | 44° | 80° |
CMYK | 0.44 | 0.28 | 0.00 0.20 |
XYZ | 28.4030 | 28.8719 | 61.2026 |
Yxy | 28.8719 | 0.2397 | 0.2437 |
Hunter Lab | 53.7326 | 0.3230 | -29.9198 |
CIE-Lab | 60.6684 | 3.8139 | -32.8698 |
#7393cc color RGB value is (115,147,204).
#7393cc hex color red value is 115, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7393cc hue: 0.61 , saturation: 0.47 and the lightness value of 7393cc is 0.63.
The process color (four color CMYK) of #7393cc color hex is 0.44, 0.28, 0.00, 0.20. Web safe color of #7393cc is #6699cc. Color #7393cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10010011 | 11001100 |
Octal | 163 | 223 | 314 |
Decimal | 115 | 147 | 204 |
Hex | 73 | 93 | CC |
Shades of #7393cc
Tints of #7393cc
RGB Percentages of Color #7393cc
CMYK Percentages of Color #7393cc
Complementary Color
#7393cc | #ccac73 |
#7393cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7393cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7393cc Color CSS Codes
.mybgcolor {background-color:#7393cc; } .myforecolor {color:#7393cc; } .mybordercolor {border:3px solid #7393cc; }
#7393cc Text Font Color
<p style="color:#7393cc">Text here</p>
This sample text font color is #7393cc
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.
#7393cc Background Color
<div style="background-color:#7393cc">
Div content here</div>
This div background color is #7393cc
#7393cc Border Color
<div style="border:3px solid #7393cc">
Div here</div>
This div border color is #7393cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,147,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7393cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7393cc; -webkit-box-shadow: 1px 1px 3px 2px #7393cc; box-shadow: 1px 1px 3px 2px #7393cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,147,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7393cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7393cc; -webkit-box-shadow: 1px 1px 3px 2px #7393cc; box-shadow: 1px 1px 3px 2px #7393cc;">
Div content here</div>
This div box has shadow with color #7393cc
Comments
No comments written yet.
Please login to write comment.