Color spaces of #7392cf
RGB | 115 | 146 | 207 |
---|---|---|---|
HSL | 0.61 | 0.49 | 0.63 |
HSV | 220° | 44° | 81° |
CMYK | 0.44 | 0.29 | 0.00 0.19 |
XYZ | 28.6116 | 28.7076 | 63.0646 |
Yxy | 28.7076 | 0.2377 | 0.2385 |
Hunter Lab | 53.5795 | 1.5555 | -32.2804 |
CIE-Lab | 60.5227 | 5.2583 | -34.7782 |
#7392cf color RGB value is (115,146,207).
#7392cf hex color red value is 115, green value is 146 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7392cf hue: 0.61 , saturation: 0.49 and the lightness value of 7392cf is 0.63.
The process color (four color CMYK) of #7392cf color hex is 0.44, 0.29, 0.00, 0.19. Web safe color of #7392cf is #6699cc. Color #7392cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10010010 | 11001111 |
Octal | 163 | 222 | 317 |
Decimal | 115 | 146 | 207 |
Hex | 73 | 92 | CF |
Shades of #7392cf
Tints of #7392cf
RGB Percentages of Color #7392cf
CMYK Percentages of Color #7392cf
Complementary Color
#7392cf | #cfb073 |
#7392cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7392cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7392cf Color CSS Codes
.mybgcolor {background-color:#7392cf; } .myforecolor {color:#7392cf; } .mybordercolor {border:3px solid #7392cf; }
#7392cf Text Font Color
<p style="color:#7392cf">Text here</p>
This sample text font color is #7392cf
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.
#7392cf Background Color
<div style="background-color:#7392cf">
Div content here</div>
This div background color is #7392cf
#7392cf Border Color
<div style="border:3px solid #7392cf">
Div here</div>
This div border color is #7392cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,146,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7392cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7392cf; -webkit-box-shadow: 1px 1px 3px 2px #7392cf; box-shadow: 1px 1px 3px 2px #7392cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,146,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7392cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7392cf; -webkit-box-shadow: 1px 1px 3px 2px #7392cf; box-shadow: 1px 1px 3px 2px #7392cf;">
Div content here</div>
This div box has shadow with color #7392cf
Comments
No comments written yet.
Please login to write comment.