Color spaces of #707cdc
RGB | 112 | 124 | 220 |
---|---|---|---|
HSL | 0.65 | 0.61 | 0.65 |
HSV | 233° | 49° | 86° |
CMYK | 0.49 | 0.44 | 0.00 0.14 |
XYZ | 26.8080 | 23.0274 | 70.7419 |
Yxy | 23.0274 | 0.2223 | 0.1910 |
Hunter Lab | 47.9869 | 15.7425 | -53.8141 |
CIE-Lab | 55.1005 | 21.4351 | -50.6345 |
#707cdc color RGB value is (112,124,220).
#707cdc hex color red value is 112, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #707cdc hue: 0.65 , saturation: 0.61 and the lightness value of 707cdc is 0.65.
The process color (four color CMYK) of #707cdc color hex is 0.49, 0.44, 0.00, 0.14. Web safe color of #707cdc is #6666cc. Color #707cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 01111100 | 11011100 |
Octal | 160 | 174 | 334 |
Decimal | 112 | 124 | 220 |
Hex | 70 | 7C | DC |
Shades of #707cdc
Tints of #707cdc
RGB Percentages of Color #707cdc
CMYK Percentages of Color #707cdc
Complementary Color
#707cdc | #dcd070 |
#707cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#707cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#707cdc Color CSS Codes
.mybgcolor {background-color:#707cdc; } .myforecolor {color:#707cdc; } .mybordercolor {border:3px solid #707cdc; }
#707cdc Text Font Color
<p style="color:#707cdc">Text here</p>
This sample text font color is #707cdc
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.
#707cdc Background Color
<div style="background-color:#707cdc">
Div content here</div>
This div background color is #707cdc
#707cdc Border Color
<div style="border:3px solid #707cdc">
Div here</div>
This div border color is #707cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,124,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #707cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #707cdc; -webkit-box-shadow: 1px 1px 3px 2px #707cdc; box-shadow: 1px 1px 3px 2px #707cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,124,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #707cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #707cdc; -webkit-box-shadow: 1px 1px 3px 2px #707cdc; box-shadow: 1px 1px 3px 2px #707cdc;">
Div content here</div>
This div box has shadow with color #707cdc
Comments
No comments written yet.
Please login to write comment.