Color spaces of #7040cc
RGB | 112 | 64 | 204 |
---|---|---|---|
HSL | 0.72 | 0.58 | 0.53 |
HSV | 261° | 69° | 80° |
CMYK | 0.45 | 0.69 | 0.00 0.20 |
XYZ | 19.4146 | 11.4712 | 58.3176 |
Yxy | 11.4712 | 0.2176 | 0.1286 |
Hunter Lab | 33.8692 | 43.0494 | -78.3801 |
CIE-Lab | 40.3630 | 51.5207 | -65.2438 |
#7040cc color RGB value is (112,64,204).
#7040cc hex color red value is 112, green value is 64 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7040cc hue: 0.72 , saturation: 0.58 and the lightness value of 7040cc is 0.53.
The process color (four color CMYK) of #7040cc color hex is 0.45, 0.69, 0.00, 0.20. Web safe color of #7040cc is #6633cc. Color #7040cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 01000000 | 11001100 |
Octal | 160 | 100 | 314 |
Decimal | 112 | 64 | 204 |
Hex | 70 | 40 | CC |
Shades of #7040cc
Tints of #7040cc
RGB Percentages of Color #7040cc
CMYK Percentages of Color #7040cc
Complementary Color
#7040cc | #9ccc40 |
#7040cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7040cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7040cc Color CSS Codes
.mybgcolor {background-color:#7040cc; } .myforecolor {color:#7040cc; } .mybordercolor {border:3px solid #7040cc; }
#7040cc Text Font Color
<p style="color:#7040cc">Text here</p>
This sample text font color is #7040cc
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.
#7040cc Background Color
<div style="background-color:#7040cc">
Div content here</div>
This div background color is #7040cc
#7040cc Border Color
<div style="border:3px solid #7040cc">
Div here</div>
This div border color is #7040cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,64,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7040cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7040cc; -webkit-box-shadow: 1px 1px 3px 2px #7040cc; box-shadow: 1px 1px 3px 2px #7040cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,64,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 #7040cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7040cc; -webkit-box-shadow: 1px 1px 3px 2px #7040cc; box-shadow: 1px 1px 3px 2px #7040cc;">
Div content here</div>
This div box has shadow with color #7040cc
Comments
No comments written yet.
Please login to write comment.